body.lm-canvas-page header.site-header,
body.lm-canvas-page footer.site-footer,
body.lm-canvas-page .entry-header,
body.lm-canvas-page .ast-breadcrumbs-wrapper,
body.lm-canvas-page .site-below-footer-wrap,
body.lm-canvas-page .site-above-footer-wrap,
body.lm-canvas-page .ast-above-header-wrap,
body.lm-canvas-page .ast-below-header-wrap {
	display: none !important;
}

.lm-page-shell a {
	text-decoration: none;
	color: inherit;
}

body.lm-canvas-page #page,
body.lm-canvas-page .site,
body.lm-canvas-page .site-content,
body.lm-canvas-page .content-area,
body.lm-canvas-page .entry-content,
body.lm-canvas-page .ast-container,
body.lm-canvas-page .inside-article {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 768px) {
	body.lm-canvas-page,
	body.lm-canvas-page #page,
	body.lm-canvas-page .site,
	body.lm-canvas-page .site-content,
	body.lm-canvas-page .content-area,
	body.lm-canvas-page .entry-content,
	body.lm-canvas-page .ast-container,
	body.lm-canvas-page .inside-article,
	body.lm-canvas-page .lm-page-shell,
	body.lm-canvas-page .lm-wrap {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		background: #fff !important;
	}

	body.lm-canvas-page {
		background: #fff !important;
	}

	body.lm-canvas-page .lm-page-shell {
		padding-bottom: 50px !important;
	}
}

.lm-page-shell {
	--lm-bg: #f6f2e8;
	--lm-surface: #fffdfa;
	--lm-card: #ffffff;
	--lm-border: rgba(50, 44, 36, 0.12);
	--lm-text: #1e1b16;
	--lm-muted: #6d655a;
	--lm-primary: #c26a2d;
	--lm-primary-dark: #a45521;
	--lm-secondary: #1f5f58;
	--lm-accent: #f1d3a4;
	--lm-soft: #f5ecdf;
	--lm-error-bg: #fee2e2;
	--lm-error-text: #991b1b;
	--lm-success-bg: #dcfce7;
	--lm-success-text: #166534;
	min-height: 100vh;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 18px 20px 40px;
	background:
		linear-gradient(180deg, #f8f1e3 0%, #f3ece1 100%);
}

.lm-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 1320px;
	margin: 0 auto 18px;
	padding: 14px 18px;
	border: 1px solid rgba(50, 44, 36, 0.12);
	border-radius: 22px;
	background: rgba(255, 253, 250, 0.8);
	backdrop-filter: blur(10px);
}

.lm-page-brand {
	display: flex;
	align-items: center;
}

.lm-brand-link,
.lm-logo-custom .custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #1e1b16;
	text-decoration: none;
	font-weight: 800;
}

.lm-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: #c26a2d;
	color: #fff;
	font-size: 18px;
}

.lm-logo-text {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.lm-logo-custom img {
	max-height: 42px;
	width: auto;
}

.lm-wrap {
	max-width: 1120px;
	margin: 28px auto;
	padding: 24px;
	border: 1px solid var(--lm-border);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(194, 106, 45, 0.16), transparent 24%),
		radial-gradient(circle at bottom left, rgba(31, 95, 88, 0.12), transparent 20%),
		var(--lm-bg);
	color: var(--lm-text);
	box-shadow: 0 30px 80px rgba(30, 27, 22, 0.12);
}

.lm-auth-screen {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 18px;
}

.lm-auth-intro,
.lm-auth-box {
	padding: 24px;
	border: 1px solid var(--lm-border);
	border-radius: 22px;
	background: var(--lm-surface);
	box-shadow: 0 16px 48px rgba(30, 27, 22, 0.06);
}

.lm-auth-intro h2 {
	margin-top: 10px;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.lm-auth-intro p {
	margin-top: 14px;
	max-width: 540px;
	color: var(--lm-muted);
	font-size: 16px;
	line-height: 1.75;
}

.lm-wrap h2,
.lm-wrap h3,
.lm-wrap h4,
.lm-wrap p {
	margin: 0;
}

.lm-auth-buttons {
	display: flex;
	gap: 12px;
	margin: 18px 0;
}

.lm-btn,
.lm-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.lm-page-shell a.lm-btn,
.lm-page-shell a.lm-btn *,
.lm-page-shell a.lm-btn-ghost,
.lm-page-shell a.lm-btn-ghost * {
	text-decoration: none !important;
}

.lm-btn {
	background: var(--lm-primary);
	color: #fff;
}

.lm-btn:hover,
.lm-btn-ghost:hover,
.lm-action-btn:hover,
.lm-slide-link:hover,
.lm-form button:hover {
	transform: translateY(-1px);
}

.lm-btn:hover {
	background: var(--lm-primary-dark);
}

.lm-btn-secondary,
.lm-btn-ghost {
	background: rgba(31, 95, 88, 0.1);
	color: var(--lm-secondary);
}

.lm-section,
.lm-modal-dialog {
	border: 1px solid var(--lm-border);
	border-radius: 22px;
	background: var(--lm-surface);
	box-shadow: 0 16px 48px rgba(30, 27, 22, 0.06);
}

.lm-dashboard {
	position: relative;
}

.lm-manager-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 18px;
}

.lm-manager-sidebar {
	position: sticky;
	top: 18px;
	align-self: start;
	display: grid;
	gap: 16px;
}

.lm-manager-card,
.lm-manager-nav {
	padding: 18px;
	border: 1px solid var(--lm-border);
	border-radius: 22px;
	background: var(--lm-surface);
	box-shadow: 0 16px 48px rgba(30, 27, 22, 0.06);
}

.lm-manager-card p {
	margin-top: 10px;
	color: var(--lm-muted);
	line-height: 1.7;
}

.lm-manager-nav {
	display: grid;
	gap: 10px;
}

.lm-side-group {
	display: grid;
	gap: 8px;
}

.lm-side-btn,
.lm-side-sub-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 16px;
	background: #fff;
	color: var(--lm-text);
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.lm-side-btn span:first-child {
	margin-right: 10px;
	font-size: 18px;
}

.lm-side-btn.is-active,
.lm-side-sub-btn.is-active {
	border-color: rgba(194, 106, 45, 0.4);
	background: linear-gradient(180deg, #fff7ec 0%, #fff 100%);
	color: var(--lm-primary-dark);
}

.lm-side-submenu {
	display: grid;
	gap: 8px;
	padding-left: 14px;
	border-left: 2px solid rgba(194, 106, 45, 0.16);
}

.lm-side-sub-btn {
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 600;
}

.lm-side-sub-btn strong {
	margin-left: auto;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--lm-soft);
	color: var(--lm-text);
	font-size: 11px;
}

.lm-manager-main {
	display: grid;
	gap: 18px;
}

.lm-manager-section {
	display: none;
}

.lm-manager-section.is-active {
	display: block;
}

.lm-filter-chip {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--lm-soft);
	color: var(--lm-text);
	font-size: 13px;
	font-weight: 700;
}

.lm-hero {
	display: grid;
	grid-template-columns: 1.5fr 0.9fr;
	gap: 18px;
	padding: 24px;
	border: 1px solid rgba(194, 106, 45, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(194, 106, 45, 0.12), rgba(255, 255, 255, 0) 40%),
		linear-gradient(180deg, #fffaf3 0%, #fff 100%);
}

.lm-eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(194, 106, 45, 0.12);
	color: var(--lm-primary-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lm-hero-copy h2 {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.lm-hero-text {
	margin-top: 14px;
	max-width: 620px;
	color: var(--lm-muted);
	font-size: 16px;
	line-height: 1.7;
}

.lm-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.lm-stat-card,
.lm-panel-card,
.lm-popup-card {
	padding: 16px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 18px;
	background: #fff;
}

.lm-stat-card span,
.lm-panel-card span,
.lm-popup-card span {
	display: block;
	margin-bottom: 6px;
	color: var(--lm-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lm-stat-card strong,
.lm-panel-card strong,
.lm-popup-card strong {
	font-size: 18px;
	color: var(--lm-text);
}

.lm-hero-actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.lm-hero-panel {
	display: grid;
	gap: 12px;
	align-content: start;
}

.lm-panel-card {
	background: linear-gradient(180deg, #fff 0%, #fdf4e8 100%);
}

.lm-error,
.lm-success {
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 700;
}

.lm-error {
	background: var(--lm-error-bg);
	color: var(--lm-error-text);
}

.lm-success {
	background: var(--lm-success-bg);
	color: var(--lm-success-text);
}

.lm-section {
	margin-top: 18px;
	padding: 20px;
}

.lm-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.lm-section-head p {
	margin-top: 6px;
	color: var(--lm-muted);
	line-height: 1.6;
}

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

.lm-action-btn {
	display: grid;
	gap: 8px;
	align-content: start;
	padding: 18px 16px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 18px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	text-decoration: none;
}

.lm-action-btn:visited,
.lm-action-btn:hover,
.lm-action-btn:focus {
	text-decoration: none;
}

.lm-page-shell a.lm-action-btn,
.lm-page-shell a.lm-action-btn *,
.lm-page-shell button.lm-action-btn,
.lm-page-shell button.lm-action-btn * {
	text-decoration: none !important;
}

.lm-action-btn:hover {
	border-color: rgba(194, 106, 45, 0.28);
	box-shadow: 0 14px 30px rgba(30, 27, 22, 0.07);
}

.lm-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--lm-soft);
	color: var(--lm-primary-dark);
	font-size: 24px;
}

.lm-action-label {
	font-size: 16px;
	font-weight: 700;
	color: var(--lm-text);
}

.lm-action-text {
	color: var(--lm-muted);
	font-size: 13px;
}

.lm-slider {
	overflow: hidden;
}

.lm-slider-track {
	position: relative;
	min-height: 232px;
}

.lm-slide {
	display: none;
	padding: 26px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(31, 95, 88, 0.08), rgba(194, 106, 45, 0.1)),
		#fff;
}

.lm-slide.is-active {
	display: block;
}

.lm-slide-tag {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(31, 95, 88, 0.1);
	color: var(--lm-secondary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.lm-slide h4 {
	max-width: 620px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.lm-slide p {
	margin-top: 14px;
	max-width: 560px;
	color: var(--lm-muted);
	font-size: 15px;
	line-height: 1.7;
}

.lm-slide-link {
	margin-top: 22px;
	padding: 12px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--lm-text);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.lm-slider-dots {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.lm-slider-dots button {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 999px;
	background: rgba(30, 27, 22, 0.18);
	cursor: pointer;
}

.lm-slider-dots button.is-active {
	width: 34px;
	background: var(--lm-primary);
}

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

.lm-partner-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 18px;
	background: #fff;
}

.lm-partner-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--lm-soft);
	color: var(--lm-primary-dark);
	font-size: 18px;
	font-weight: 800;
}

.lm-form {
	display: grid;
	gap: 10px;
}

.lm-stepper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 8px;
}

.lm-step-indicator {
	display: grid;
	gap: 8px;
	padding: 14px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 16px;
	background: #fff;
	color: var(--lm-muted);
}

.lm-step-indicator span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--lm-soft);
	font-size: 12px;
	font-weight: 800;
	color: var(--lm-text);
}

.lm-step-indicator strong {
	font-size: 13px;
}

.lm-step-indicator.is-active {
	border-color: rgba(194, 106, 45, 0.35);
	background: linear-gradient(180deg, #fff7ec 0%, #fff 100%);
	color: var(--lm-primary-dark);
}

.lm-step-indicator.is-complete span,
.lm-step-indicator.is-active span {
	background: var(--lm-primary);
	color: #fff;
}

.lm-loan-step {
	display: none;
	gap: 10px;
}

.lm-loan-step.is-active {
	display: grid;
}

.lm-summary-box {
	padding: 18px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 18px;
	background: #fff;
}

.lm-summary-box h4 {
	margin-bottom: 14px;
}

.lm-summary-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lm-summary-item {
	padding: 14px;
	border-radius: 14px;
	background: var(--lm-soft);
}

.lm-summary-item span {
	display: block;
	margin-bottom: 6px;
	color: var(--lm-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.lm-summary-item strong {
	font-size: 15px;
	color: var(--lm-text);
}

.lm-important-card {
	padding: 16px;
	border: 4px solid #f027c6;
	border-radius: 12px;
	background: #fff;
}

.lm-important-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.lm-important-head h4 {
	margin: 0;
	color: #d81b60;
	font-size: 18px;
}

.lm-important-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: #ffde59;
	color: #c91c1c;
	font-size: 14px;
	font-weight: 800;
}

.lm-important-card p,
.lm-important-item p {
	margin: 0;
	color: #5c6470;
	line-height: 1.7;
}

.lm-important-list {
	padding: 14px 0 0;
}

.lm-important-item {
	padding: 0 4px;
}

.lm-important-item strong {
	display: block;
	margin-bottom: 8px;
	color: #e24b45;
	font-size: 16px;
}

.lm-btn-alert,
.lm-form button.lm-btn-alert {
	background: linear-gradient(180deg, #ef2c2c 0%, #d91f1f 100%);
}

.lm-payment-alert {
	padding: 14px;
	border: 4px solid #f027c6;
	border-radius: 12px;
	background: #fff;
}

.lm-payment-alert-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.lm-payment-alert-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #ff5ccf;
	color: #d81b60;
	font-size: 12px;
	font-weight: 800;
	flex-shrink: 0;
}

.lm-payment-alert-copy strong {
	display: block;
	color: #363d46;
	line-height: 1.6;
}

.lm-payment-alert-copy p {
	margin: 6px 0 0;
	color: #5c6470;
	line-height: 1.6;
}

.lm-payment-box {
	padding: 18px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(30, 27, 22, 0.06);
}

.lm-payment-box h4 {
	margin-bottom: 16px;
	text-align: center;
	color: #4b5563;
}

.lm-cash-out-panel {
	display: grid;
	gap: 16px;
}

.lm-cash-out-note {
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
	text-align: center;
}

.lm-cash-out-note p {
	margin: 0;
	color: #35569d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.lm-cash-out-balance-box {
	padding: 16px;
	border: 1px solid #c9daf8;
	border-radius: 16px;
	background: #dbeafe;
	text-align: center;
}

.lm-cash-out-balance-box span {
	display: block;
	margin-bottom: 8px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.lm-cash-out-balance-box strong {
	color: #2563eb;
	font-size: 24px;
	font-weight: 800;
}

.lm-cash-out-minimum {
	margin: -2px 0 6px;
	color: #ef4444;
	font-size: 13px;
	font-weight: 700;
}

.lm-cash-out-history-card {
	display: grid;
	gap: 12px;
}

.lm-cash-out-history-card h4 {
	margin: 0;
	color: #1f2937;
}

.lm-payment-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.lm-payment-option {
	position: relative;
	display: block;
}

.lm-payment-option input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.lm-payment-card {
	display: grid;
	gap: 10px;
	justify-items: center;
	min-height: 92px;
	padding: 14px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lm-payment-option input:checked + .lm-payment-card {
	border-color: #ef2c2c;
	background: #fff6f5;
	box-shadow: 0 10px 20px rgba(239, 44, 44, 0.12);
	transform: translateY(-1px);
}

.lm-payment-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.lm-payment-mark-bkash {
	background: linear-gradient(180deg, #d63384 0%, #b51e6c 100%);
}

.lm-payment-mark-nagad {
	background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
}

.lm-payment-mark-rocket {
	background: linear-gradient(180deg, #ec4899 0%, #db2777 100%);
}

.lm-payment-card strong {
	font-size: 13px;
	color: #374151;
}

.lm-payment-mark.has-image,
.lm-payment-submit-icon.has-image {
	padding: 6px;
	background: #fff;
}

.lm-payment-mark img {
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 10px;
	background: #fff;
	object-fit: contain;
}

.lm-payment-submit-card {
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.lm-payment-submit-note {
	display: grid;
	gap: 6px;
	padding: 12px;
	border-radius: 12px;
	background: #f8fbff;
	color: #475569;
	line-height: 1.6;
}

.lm-payment-submit-note strong {
	color: #2563eb;
}

.lm-payment-submit-icons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.lm-payment-submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 10px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #fff;
	font-size: 12px;
	font-weight: 800;
	overflow: hidden;
}

.lm-payment-submit-icon-bkash {
	color: #d63384;
}

.lm-payment-submit-icon-nagad {
	color: #f97316;
}

.lm-payment-submit-icon-rocket {
	color: #ec4899;
}

.lm-payment-submit-icon img {
	max-width: 100%;
	max-height: 24px;
	object-fit: contain;
}

.lm-payment-detail-box {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.lm-payment-detail-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.lm-payment-detail-row strong {
	margin-right: 6px;
	color: #374151;
}

.lm-payment-detail-row span {
	color: #4b5563;
	font-weight: 600;
}

.lm-copy-btn {
	padding: 7px 14px;
	border: 0;
	border-radius: 999px;
	background: #5b8ef7;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.lm-payment-help {
	color: #5c6470;
	line-height: 1.7;
}

.lm-btn-gradient,
.lm-form button.lm-btn-gradient {
	background: linear-gradient(90deg, #f24b9f 0%, #f7a427 100%);
}

.lm-success-guide {
	display: grid;
	gap: 18px;
	padding: 14px;
	text-align: center;
}

.lm-success-guide-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	border-radius: 50%;
	background: #eef5ff;
	color: #2d6cdf;
	font-size: 34px;
}

.lm-success-guide p {
	margin: 0;
	color: #4b5563;
	line-height: 1.8;
}

.lm-success-guide-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lm-guide-btn {
	padding: 13px 16px;
	border: 0;
	border-radius: 12px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.lm-guide-btn-video {
	background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
}

.lm-guide-btn-ok {
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
}

.lm-manager-request-list {
	display: grid;
	gap: 12px;
}

.lm-manager-request-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
}

.lm-manager-request-copy strong {
	color: #1f2937;
	font-size: 15px;
}

.lm-manager-request-copy {
	display: grid;
	gap: 6px;
}

.lm-manager-request-copy small {
	color: var(--lm-muted);
	font-size: 12px;
	line-height: 1.5;
}

.lm-manager-detail-hero {
	text-align: left;
}

.lm-detail-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #ea4335;
	font-weight: 700;
	text-decoration: none;
}

.lm-manager-detail-page .lm-borrower-shell {
	padding-bottom: 96px;
}

.lm-detail-back-link-fixed {
	position: fixed;
	left: 50%;
	bottom: 16px;
	z-index: 120;
	justify-content: center;
	width: min(360px, calc(100vw - 24px));
	margin: 0;
	padding: 14px 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fff5f2 100%);
	border: 1px solid rgba(234, 67, 53, 0.18);
	box-shadow: 0 18px 34px rgba(234, 67, 53, 0.18);
	transform: translateX(-50%);
}

.lm-detail-back-link-fixed,
.lm-detail-back-link-fixed:visited,
.lm-detail-back-link-fixed:hover,
.lm-detail-back-link-fixed:focus {
	text-decoration: none;
}

.lm-detail-back-link-fixed .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

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

.lm-manager-nid-card {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #fff;
}

.lm-manager-nid-card span {
	font-size: 13px;
	font-weight: 700;
	color: #475569;
}

.lm-manager-nid-card img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid #e5e7eb;
}

.lm-manager-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lm-manager-detail-actions .lm-inline-form {
	margin: 0;
}

.lm-cms-form {
	gap: 16px;
}

.lm-cms-section {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 18px;
	background: #fff;
}

.lm-cms-section h4 {
	margin: 0 0 4px;
	color: var(--lm-primary-dark);
}

.lm-cms-section small {
	color: var(--lm-muted);
	line-height: 1.6;
}

.lm-cms-payment-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.lm-cms-payment-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 16px;
	background: #fff7ec;
}

.lm-cms-logo-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 12px;
	border: 1px dashed rgba(194, 106, 45, 0.35);
	border-radius: 14px;
	background: #fff;
}

.lm-cms-logo-preview img {
	max-width: 100%;
	max-height: 44px;
	object-fit: contain;
}

.lm-form-nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 6px;
}

.lm-form label {
	font-weight: 700;
	color: var(--lm-text);
}

.lm-form input,
.lm-form select,
.lm-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--lm-border);
	border-radius: 14px;
	background: #fff;
	color: var(--lm-text);
	font: inherit;
}

.lm-loan-form select {
	height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 52px;
	vertical-align: middle;
	text-align: left;
	text-align-last: auto;
}

.lm-form select.lm-loan-like-select {
	position: relative;
	z-index: 2;
	height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 52px;
	vertical-align: middle;
	text-align: left;
	text-align-last: auto;
}

.lm-loan-form select option {
	text-align: left;
}

.lm-form input:focus,
.lm-form select:focus,
.lm-form textarea:focus {
	outline: 0;
	border-color: rgba(194, 106, 45, 0.45);
	box-shadow: 0 0 0 4px rgba(194, 106, 45, 0.12);
}

.lm-form button {
	margin-top: 4px;
	padding: 13px 16px;
	border: 0;
	border-radius: 14px;
	background: var(--lm-primary);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.lm-front-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lm-inline-form {
	margin: 0;
}

.lm-mini-btn {
	padding: 8px 12px;
	border: 0;
	border-radius: 999px;
	background: var(--lm-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

.lm-mini-btn:visited,
.lm-mini-btn:hover,
.lm-mini-btn:focus {
	text-decoration: none;
}

.lm-page-shell a.lm-mini-btn,
.lm-page-shell a.lm-mini-btn *,
.lm-page-shell button.lm-mini-btn,
.lm-page-shell button.lm-mini-btn * {
	text-decoration: none !important;
}

.lm-mini-btn-soft {
	background: var(--lm-soft);
	color: var(--lm-text);
}

.lm-note-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	color: var(--lm-muted);
}

.lm-popup-grid,
.lm-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lm-contact-grid-whatsapp {
	grid-template-columns: 1fr;
}

.lm-contact-card-whatsapp {
	display: grid;
	gap: 14px;
}

.lm-contact-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.lm-history-list {
	display: grid;
	gap: 12px;
}

.lm-history-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 16px;
	border: 1px solid rgba(30, 27, 22, 0.08);
	border-radius: 16px;
	background: #fff;
}

.lm-history-item p {
	margin-top: 6px;
	color: var(--lm-muted);
	line-height: 1.6;
}

.lm-history-meta {
	display: grid;
	gap: 8px;
	justify-items: end;
}

.lm-history-meta small {
	color: var(--lm-muted);
}

.lm-table-wrap {
	overflow-x: auto;
}

.lm-table {
	width: 100%;
	border-collapse: collapse;
}

.lm-table th,
.lm-table td {
	padding: 14px 12px;
	border-bottom: 1px solid #ebe6dd;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.lm-table th {
	color: var(--lm-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.lm-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.lm-status-pending {
	background: #fef3c7;
	color: #92400e;
}

.lm-status-approved {
	background: #dcfce7;
	color: #166534;
}

.lm-status-rejected {
	background: #fee2e2;
	color: #991b1b;
}

.lm-empty,
.lm-about-copy p,
.lm-placeholder p {
	color: var(--lm-muted);
	line-height: 1.7;
}

.lm-empty {
	padding: 18px;
	border-radius: 16px;
	background: var(--lm-soft);
	text-align: center;
}

.lm-placeholder-box {
	margin-top: 16px;
	padding: 16px;
	border-radius: 16px;
	background: var(--lm-soft);
}

.lm-placeholder-box span {
	display: block;
	margin-bottom: 6px;
	color: var(--lm-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.lm-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.lm-modal.is-open {
	display: block;
}

.lm-modal[data-lm-modal="loan-success"].is-open {
	display: grid;
	align-items: center;
	justify-items: center;
	padding: 16px;
}

.lm-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 15, 12, 0.52);
	backdrop-filter: blur(6px);
}

.lm-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(760px, calc(100vw - 24px));
	max-height: calc(100vh - 40px);
	margin: 20px auto;
	overflow: auto;
}

.lm-modal[data-lm-modal="loan-success"] .lm-modal-dialog {
	width: min(420px, calc(100vw - 24px));
	max-height: calc(100vh - 32px);
	margin: 0;
}

.lm-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--lm-border);
}

.lm-modal-body {
	padding: 20px;
}

.lm-guest-auth {
	display: grid;
	gap: 12px;
}

.lm-guest-auth-note {
	margin: 0;
	color: var(--lm-muted);
	font-size: 12px;
	line-height: 1.6;
}

.lm-guest-auth-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.lm-guest-auth-tabs button {
	padding: 10px 12px;
	border: 1px solid var(--lm-border);
	border-radius: 12px;
	background: #fff;
	color: var(--lm-text);
	font-weight: 700;
	cursor: pointer;
}

.lm-guest-auth-tabs button.is-active {
	border-color: transparent;
	background: #ea4335;
	color: #fff;
}

.lm-guest-auth-panel {
	display: none;
}

.lm-guest-auth-panel.is-active {
	display: block;
}

.lm-modal-close,
.lm-modal-close.dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--lm-soft);
	color: var(--lm-text);
	font-size: 0;
	line-height: 1;
	text-align: center;
	flex-shrink: 0;
	appearance: none;
	cursor: pointer;
}

.lm-modal-close::before,
.lm-modal-close.dashicons::before {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

body.lm-modal-open {
	overflow: hidden;
}

.lm-page-shell-borrower {
	padding: 0 0 120px;
	background:
		radial-gradient(circle at top, rgba(239, 68, 68, 0.08), transparent 28%),
		linear-gradient(180deg, #eef3f8 0%, #e9eff5 100%);
}

.lm-borrower-app {
	max-width: 408px;
	margin: 0 auto;
	padding: 14px 12px 0;
}

.lm-borrower-shell {
	overflow: hidden;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.lm-app-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 14px 12px;
	background: linear-gradient(180deg, #ee3124 0%, #d8241f 100%);
	color: #fff;
}

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

.lm-app-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	font-weight: 800;
}

.lm-app-user-copy {
	display: grid;
	min-width: 0;
}

.lm-app-user-copy strong,
.lm-app-user-copy span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lm-app-user-copy strong {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.lm-app-user-copy span {
	font-size: 11px;
	opacity: 0.92;
}

.lm-app-top-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #16a34a;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.lm-app-top-cta:visited,
.lm-app-top-cta:hover,
.lm-app-top-cta:focus {
	text-decoration: none;
}

.lm-dashboard .lm-app-top-cta,
.lm-dashboard .lm-app-top-cta:visited,
.lm-dashboard .lm-app-top-cta:hover,
.lm-dashboard .lm-app-top-cta:focus,
.lm-dashboard .lm-app-top-cta * {
	text-decoration: none !important;
}

.lm-borrower-shell .lm-error,
.lm-borrower-shell .lm-success {
	margin: 12px 14px 0;
	border-radius: 14px;
}

.lm-app-welcome-card,
.lm-app-menu-card,
.lm-app-banner-card,
.lm-app-slider-card,
.lm-app-partner-card {
	padding: 18px 14px;
}

.lm-app-welcome-card {
	text-align: center;
}

.lm-app-welcome-card h2 {
	margin-bottom: 8px;
	color: #ea4335;
	font-size: 22px;
	line-height: 1.2;
}

.lm-app-welcome-card p {
	color: #60656f;
	font-size: 13px;
	line-height: 1.7;
}

.lm-app-meta-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.lm-app-meta-box,
.lm-app-summary-pill {
	padding: 12px;
	border: 1px solid #edf1f5;
	border-radius: 16px;
	background: #fbfcfe;
	text-align: left;
}

.lm-app-meta-box-balance {
	cursor: pointer;
	user-select: none;
}

.lm-app-meta-box-balance:focus-visible {
	outline: 0;
	border-color: rgba(234, 67, 53, 0.35);
	box-shadow: 0 0 0 3px rgba(234, 67, 53, 0.12);
}

.lm-app-meta-box span,
.lm-app-summary-pill span {
	display: block;
	margin-bottom: 6px;
	color: #8b95a7;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.lm-app-meta-box strong,
.lm-app-summary-pill strong {
	color: #18202b;
	font-size: 15px;
}

.lm-balance-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.lm-balance-toggle strong {
	margin: 0;
}

.lm-balance-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f2f5f9;
	color: #ea4335;
	cursor: pointer;
	flex-shrink: 0;
}

.lm-balance-toggle-btn.dashicons::before {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.lm-app-summary-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.lm-app-summary-pill {
	padding: 10px 12px;
	text-align: center;
}

.lm-app-primary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 16px;
	padding: 13px 16px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #18b64b 0%, #0ea53d 100%);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.lm-app-primary-btn .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.lm-app-menu-card {
	border-top: 1px solid #edf1f5;
	border-bottom: 1px solid #edf1f5;
}

.lm-app-action-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px 8px;
}

.lm-borrower-app .lm-action-btn {
	display: grid;
	gap: 8px;
	width: 100%;
	justify-self: center;
	justify-items: center;
	align-items: start;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.lm-borrower-app .lm-action-btn:hover {
	transform: none;
	box-shadow: none;
}

.lm-borrower-app .lm-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	border-radius: 50%;
	background: #f7e6e6;
	color: #e24b45;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.lm-borrower-app .lm-action-icon::before {
	margin: 0;
}

.lm-borrower-app .lm-action-label {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: #5c6470;
	text-align: center;
}

.lm-borrower-app .lm-action-text {
	display: none;
}

.lm-action-tone-red .lm-action-icon {
	background: #fde8e7;
	color: #e24b45;
}

.lm-action-tone-green .lm-action-icon {
	background: #e5f8ec;
	color: #1a9d57;
}

.lm-action-tone-teal .lm-action-icon {
	background: #e3f8f7;
	color: #11939a;
}

.lm-action-tone-orange .lm-action-icon {
	background: #ffefe0;
	color: #ec8c2f;
}

.lm-action-tone-violet .lm-action-icon {
	background: #efe8ff;
	color: #8a53dd;
}

.lm-action-tone-slate .lm-action-icon {
	background: #edf1f5;
	color: #6f7d92;
}

.lm-action-tone-pink .lm-action-icon {
	background: #ffe7f0;
	color: #df4c8e;
}

.lm-action-tone-brown .lm-action-icon {
	background: #f4ece4;
	color: #9e6a3d;
}

.lm-app-section-badge {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: #fbe3de;
	color: #e24b45;
	font-size: 13px;
	font-weight: 700;
}

.lm-slider-track {
	min-height: 164px;
}

.lm-slide {
	display: none;
	grid-template-columns: minmax(0, 1.2fr) minmax(88px, 0.8fr);
	align-items: center;
	gap: 12px;
	min-height: 136px;
	padding: 16px;
	border-radius: 18px;
	overflow: hidden;
}

.lm-slide.is-active {
	display: grid;
}

.lm-slide.is-city {
	background: linear-gradient(135deg, #fafafa 0%, #f2f2f2 100%);
}

.lm-slide.is-cash {
	background: linear-gradient(135deg, #eaf7f6 0%, #d8f0ec 100%);
}

.lm-slide.is-trust {
	background: linear-gradient(135deg, #fff0e5 0%, #ffe1cc 100%);
}

.lm-slide-copy {
	position: relative;
	z-index: 1;
}

.lm-slide-brand {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	font-size: 11px;
}

.lm-slide-brand strong {
	color: #e24b45;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.lm-slide-brand span {
	color: #5e6570;
}

.lm-slide h4 {
	font-size: 32px;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.lm-slide p {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.6;
	color: #5e6570;
}

.lm-slide-art {
	position: relative;
	min-height: 96px;
}

.lm-slide-shape {
	position: absolute;
	border-radius: 999px;
}

.lm-slide-shape-one {
	top: 10px;
	right: 6px;
	width: 82px;
	height: 82px;
	background: linear-gradient(180deg, rgba(226, 75, 69, 0.95) 0%, rgba(240, 148, 61, 0.95) 100%);
}

.lm-slide-shape-two {
	right: 38px;
	bottom: 0;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.76);
}

.lm-slider-dots {
	justify-content: center;
	margin-top: 10px;
}

.lm-slider-dots button {
	width: 8px;
	height: 8px;
	background: #cad5e0;
}

.lm-slider-dots button.is-active {
	width: 18px;
	background: #5f84f0;
}

.lm-app-partner-card {
	padding-top: 0;
}

.lm-app-partner-card-home .lm-app-partner-head {
	display: grid;
	gap: 4px;
	margin-bottom: 12px;
	text-align: center;
}

.lm-app-partner-card-home .lm-app-partner-head h3 {
	margin: 0;
	color: #ea4335;
	font-size: 15px;
	font-weight: 800;
}

.lm-app-partner-card-home .lm-app-partner-head p {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.5;
}

.lm-app-partner-card-home .lm-partners {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: center;
}

.lm-partner-slider .lm-slider-track {
	min-height: auto;
}

.lm-partner-slide {
	display: none;
}

.lm-partner-slide.is-active {
	display: block;
}

.lm-partner-slide .lm-partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 0;
}

.lm-app-partner-card-home .lm-partner-card {
	flex: 0 0 calc(33.333% - 12px);
	max-width: 110px;
	padding: 14px 10px;
}

.lm-partner-card.has-logo {
	gap: 8px;
}

.lm-partner-logo {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.lm-app-partner-card-home .lm-partner-mark {
	width: 44px;
	height: 44px;
	font-size: 18px;
}

.lm-banner-ellipsis {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 10px;
}

.lm-banner-ellipsis span {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(234, 67, 53, 0.25);
}

.lm-banner-ellipsis span.is-active {
	background: #ea4335;
}

.lm-banner {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 140px;
	padding: 16px;
	border-radius: 18px;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(135deg, #ef4444 0%, #f97316 45%, #f59e0b 100%);
}

.lm-banner.has-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.55));
}

.lm-banner img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lm-banner-content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4px;
	font-size: 12px;
}

.lm-banner-content strong {
	font-size: 16px;
	letter-spacing: -0.02em;
}

.lm-banner-slider .lm-slider-dots {
	margin-top: 10px;
}

.lm-banner-slider .lm-slider-dots button {
	background: rgba(255, 255, 255, 0.35);
	opacity: 0.6;
}

.lm-banner-slider .lm-slider-dots button.is-active {
	width: 14px;
	background: rgba(255, 255, 255, 0.85);
	opacity: 1;
}

.lm-banner-slide {
	position: relative;
	min-height: 160px;
	padding: 0;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #ef4444 0%, #f97316 45%, #f59e0b 100%);
}

.lm-banner-slide.has-image {
	background-size: cover;
	background-position: center;
}

.lm-banner-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.55));
}

.lm-banner-slide-content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4px;
	padding: 16px;
	color: #fff;
}

.lm-banner-slide-content strong {
	font-size: 16px;
	letter-spacing: -0.02em;
}

.lm-partners {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 10px;
	gap: 10px;
}

.lm-partner-card {
	flex-direction: column;
	justify-content: center;
	padding: 12px 8px;
	border: 1px solid #edf1f5;
	border-radius: 16px;
	text-align: center;
}

.lm-partner-mark {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #f3f5f8;
	color: #445063;
	font-size: 15px;
}

.lm-partner-card strong {
	font-size: 12px;
	color: #5c6470;
}

.lm-bottom-nav {
	position: fixed;
	left: 50%;
	bottom: 16px;
	z-index: 99;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 2px;
	width: min(372px, calc(100vw - 22px));
	padding: 8px 6px;
	border: 1px solid rgba(235, 140, 58, 0.32);
	border-radius: 18px;
	background: rgba(255, 228, 197, 0.95);
	box-shadow: 0 16px 40px rgba(237, 125, 23, 0.18);
	backdrop-filter: blur(14px);
	transform: translateX(-50%);
}

.lm-bottom-nav-item {
	display: grid;
	gap: 4px;
	justify-items: center;
	padding: 8px 4px;
	border: 0;
	border-radius: 14px;
	background: transparent;
	color: #8e6e58;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
}

.lm-bottom-nav-item .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.lm-bottom-nav-item.is-active {
	background: rgba(255, 255, 255, 0.78);
	color: #ea4335;
}

.lm-page-shell-borrower .lm-modal-dialog {
	width: min(420px, calc(100vw - 24px));
	border-radius: 26px;
	background: #fff;
}

@media (max-width: 920px) {
	.lm-manager-layout,
	.lm-auth-screen,
	.lm-hero,
	.lm-action-grid,
	.lm-partners {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-hero {
		grid-template-columns: 1fr;
	}

	.lm-manager-layout {
		grid-template-columns: 1fr;
	}

	.lm-manager-sidebar {
		position: static;
	}
}

@media (max-width: 768px) {
	.lm-page-shell {
		padding: 12px 12px 28px;
	}

	.lm-page-header,
	.lm-wrap {
		padding: 16px;
		border-radius: 18px;
	}

	.lm-auth-buttons,
	.lm-page-header,
	.lm-hero-actions,
	.lm-note-row,
	.lm-form-nav,
	.lm-history-item,
	.lm-section-head {
		flex-direction: column;
	}

	.lm-action-grid,
	.lm-hero-stats,
	.lm-partners,
	.lm-summary-list,
	.lm-popup-grid,
	.lm-contact-grid {
		grid-template-columns: 1fr;
	}

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

	.lm-history-meta {
		justify-items: start;
	}

	.lm-cms-payment-grid {
		grid-template-columns: 1fr;
	}

	.lm-app-partner-card-home .lm-partners {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.lm-page-shell-borrower {
		padding: 0 0 112px;
	}

	.lm-borrower-app {
		max-width: 100%;
		padding: 0;
	}

	.lm-borrower-shell {
		border-radius: 0;
		box-shadow: none;
	}

	.lm-borrower-app .lm-partners {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lm-page-shell-borrower .lm-modal-dialog {
		width: 100%;
		max-height: calc(100vh - 8px);
		margin: 8px auto 0;
		border-radius: 24px 24px 0 0;
	}

	.lm-page-shell-borrower .lm-modal[data-lm-modal="loan-success"] .lm-modal-dialog {
		width: min(420px, calc(100vw - 24px));
		max-height: calc(100vh - 32px);
		margin: 0;
		border-radius: 24px;
	}
}

@media (max-width: 420px) {
	.lm-app-meta-row,
	.lm-app-summary-row {
		grid-template-columns: 1fr;
	}

	.lm-slide {
		grid-template-columns: 1fr;
	}

	.lm-slide-art {
		min-height: 42px;
	}

	.lm-borrower-app .lm-partners {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-app-partner-card-home .lm-partners {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.lm-bottom-nav {
		width: calc(100vw - 16px);
		bottom: 8px;
	}
}

/* Keep borrower and manager app layout visually identical on mobile and desktop. */
.lm-page-shell-borrower {
	padding: 0 0 120px;
}

.lm-page-shell-borrower .lm-borrower-app {
	max-width: 408px;
	padding: 0px;
}

.lm-page-shell-borrower .lm-borrower-shell {
	border-radius: 0px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
	padding-bottom: 50px;
}

.lm-page-shell-borrower .lm-modal.is-open {
	display: grid;
	align-items: center;
	justify-items: center;
	padding: 16px;
}

.lm-page-shell-borrower .lm-modal-dialog {
	width: min(420px, calc(100vw - 24px));
	max-height: calc(100vh - 32px);
	margin: 0;
	border-radius: 26px;
	background: #fff;
}

.lm-page-shell-borrower .lm-app-meta-row {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-page-shell-borrower .lm-app-summary-row {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lm-page-shell-borrower .lm-popup-grid,
.lm-page-shell-borrower .lm-contact-grid,
.lm-page-shell-borrower .lm-summary-list,
.lm-page-shell-borrower .lm-manager-nid-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-page-shell-borrower .lm-slide {
	grid-template-columns: minmax(0, 1.2fr) minmax(88px, 0.8fr);
}

.lm-page-shell-borrower .lm-slide-art {
	min-height: 96px;
}

.lm-page-shell-borrower .lm-borrower-app .lm-partners {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lm-page-shell-borrower .lm-bottom-nav {
	width: min(372px, calc(100vw - 22px));
	bottom: 16px;
}
