body, html {
	height: 100%;
}

/* Changing the default font families */
body, button, input, select, optgroup, textarea {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, .nav-link {
    font-family: 'Red Hat Display', sans-serif;
}

/* Changing the primary color */
.btn-primary,
.bg-primary,
.badge-primary {
    background-color: #248ab2 !important; /* for bg classes */
    color: #fff !important;              /* for text classes and button text */
}

.text-primary, .btn-link {
	color: #248ab2 !important;
}

/* Adjust hover, focus, and active states for btn-link */
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: darken(#248ab2, 10%) !important; /* Darken color on hover, focus, and active */
}


/* Alter the border color for buttons */
.btn-primary {
    border-color: #248ab2 !important;
}

/* Adjust the hover, focus, and active states */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: darken(#248ab2, 10%) !important;
    border-color: darken(#248ab2, 15%) !important;
}

.text-linksticker {
	color: #005b7f !important;
}

.bg-linksticker {
	background-color: #005b7f !important;
}

@media (max-width: 767.95px) {
	.contentCol {
		padding-bottom: 200px !important;
	}
}

@media (min-width: 768px) {
  .collapse#menu_collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.text-sm-left-imp {
	text-align: left !important;
}

.fullScreenCol {
	min-height: 100%;
}

.imageCol {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contentCol{
	background-color: #e0e0e0; 
	overflow-y: auto;
}

.accordionCollapse {
	padding: 0 .75rem;
}

.accordion .btn-link:hover, .accordion .btn-link {
	text-decoration: none !important;
}

#factuurAccordion .custom-select {
	width: auto;
}

.numberFact {
	font-size: 2.5rem;
}

.logo {
	max-height: 50px; 
	max-width: 100%;
}

.dot {
	height: 0.5rem;
	width: 0.5rem;
	margin: 0.125rem 0.625rem 0.125rem 0.125rem;
	border-radius: 50%;
	display: inline-block;
}

.text-warning-contrast {
	color: #c79605;
}

.bg-warning-contrast {
	background-color: #c79605;
}

.bg-img-algemeen {
	background-image: url('/img/login-bg.jpg');
}

@media (min-width: 768px) {
	.bg-img-algemeen-md {
		background-image: url('/img/login-bg.jpg');
	}
}

#toast {
	position: absolute;
	z-index: 99;
}

@media (min-width: 576px) {
	/* SM */
	#toast {
		right: calc(3rem + 15px);
	}
}
@media (min-width: 1200px) {
	/* LG */
	#toast {
		right: calc(3rem + 15px);
		width: 350px;
	}
}
@media (min-width: 1600px) {
	/* XL */
	#toast {
		right: calc((75vw - 1140px)/2);
		width: 350px;
	}
}
#loginform .text-input label {
	margin-bottom: .25rem;
	font-weight: bold;
}
#loginform .text-input input {
	border: none;
	border-bottom: 1px solid rgb(177, 180, 184);
    border-radius: 0px;
    padding: 0.375rem 0px;
}

:root {
	--lp-primary: #248ab2;
	--lp-primary-bright: #4588af;
	--lp-primary-soft: #255a7c;
	--lp-secondary: #005b7f;
	--lp-ink: #191b22;
	--lp-muted: #697383;
	--lp-border: #d9e0ee;
	--lp-surface: #ffffff;
	--lp-surface-soft: #f3f3fc;
	--lp-page: #faf8ff;
	--lp-success: #0f766e;
	--lp-danger: #c43d4f;
	--lp-shadow: 0 24px 80px rgba(17, 24, 39, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--lp-ink);
	background: var(--lp-page);
}

a {
	text-decoration: none;
}

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 500,
	'GRAD' 0,
	'opsz' 24;
}

.btn-primary,
.lp-btn-primary {
	background: linear-gradient(90deg, var(--lp-primary-bright), var(--lp-primary-soft)) !important;
	border: none !important;
	color: #fff !important;
	border-radius: 999px !important;
	box-shadow: 0 18px 40px rgba(37, 90, 124, 0.22);
	padding: 0.9rem 1.35rem;
	font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.lp-btn-primary:hover,
.lp-btn-primary:focus,
.lp-btn-primary:active {
	background: linear-gradient(90deg, var(--lp-primary), var(--lp-secondary)) !important;
	box-shadow: 0 22px 42px rgba(37, 90, 124, 0.28);
}

.btn-outline-primary,
.lp-btn-secondary {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(36, 138, 178, 0.18) !important;
	color: var(--lp-primary) !important;
	border-radius: 999px !important;
	padding: 0.9rem 1.35rem;
	font-weight: 700;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.lp-btn-secondary:hover,
.lp-btn-secondary:focus {
	background: rgba(36, 138, 178, 0.08);
	border-color: rgba(36, 138, 178, 0.3) !important;
}

.btn-danger,
.lp-btn-danger {
	background: linear-gradient(90deg, #d14b5f, #a3293f) !important;
	border: none !important;
	color: #fff !important;
	border-radius: 999px !important;
	box-shadow: 0 18px 40px rgba(163, 41, 63, 0.2);
	padding: 0.9rem 1.35rem;
	font-weight: 700;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.lp-btn-danger:hover,
.lp-btn-danger:focus,
.lp-btn-danger:active {
	background: linear-gradient(90deg, #bf3d53, #8f1f34) !important;
	box-shadow: 0 22px 42px rgba(143, 31, 52, 0.26);
}

.btn-outline-danger,
.lp-btn-danger-secondary {
	background: rgba(209, 75, 95, 0.08);
	border: 1px solid rgba(209, 75, 95, 0.2) !important;
	color: #a3293f !important;
	border-radius: 999px !important;
	padding: 0.9rem 1.35rem;
	font-weight: 700;
}

.lp-link {
	color: inherit;
	opacity: 0.82;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.lp-link:hover,
.lp-link:focus {
	color: #fff;
	opacity: 1;
}

.lp-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-weight: 600;
	color: inherit;
	opacity: 0.84;
}

.lp-back-link:hover,
.lp-back-link:focus {
	opacity: 1;
	color: inherit;
}

.lp-alert {
	border-radius: 20px;
	padding: 1rem 1.1rem;
	border: 1px solid transparent;
	font-size: 0.95rem;
	line-height: 1.55;
}

.lp-alert-danger {
	background: rgba(196, 61, 79, 0.12);
	border-color: rgba(196, 61, 79, 0.25);
	color: #ffe6ea;
}

.lp-alert-info {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.9);
}

.lp-note {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	padding: 1rem 1.1rem;
	color: rgba(255, 255, 255, 0.8);
}

.lp-input-group {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin-bottom: 1rem;
}

.lp-input-label {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.lp-input,
.lp-select,
.lp-textarea {
	width: 100%;
	min-height: 3.35rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	padding: 0.95rem 1rem;
	color: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lp-input:focus,
.lp-select:focus,
.lp-textarea:focus {
	outline: none;
	border-color: rgba(0, 198, 255, 0.55);
	background: rgba(255, 255, 255, 0.09);
}

.lp-input::placeholder,
.lp-textarea::placeholder {
	color: rgba(255, 255, 255, 0.36);
}

.lp-input[readonly],
.lp-input[readonly]:focus {
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.82);
}

.lp-textarea {
	min-height: 9rem;
	resize: vertical;
}

.lp-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23ffffff' stroke-opacity='0.55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 0.95rem center;
	background-size: 0.95rem 0.95rem;
	background-repeat: no-repeat;
	padding-right: 2.6rem;
	line-height: 1.4;
}

.app-shell-light .lp-input-label,
.dashboard-page .lp-input-label {
	color: rgba(25, 27, 34, 0.55);
}

.app-shell-light .lp-input,
.app-shell-light .lp-select,
.app-shell-light .lp-textarea,
.dashboard-page .lp-input,
.dashboard-page .lp-select,
.dashboard-page .lp-textarea {
	border-color: var(--lp-border);
	background: #fff;
	color: var(--lp-ink);
}

.app-shell-light .lp-select,
.dashboard-page .lp-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23646f7d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.app-shell-light .lp-input:focus,
.app-shell-light .lp-select:focus,
.app-shell-light .lp-textarea:focus,
.dashboard-page .lp-input:focus,
.dashboard-page .lp-select:focus,
.dashboard-page .lp-textarea:focus {
	background: #fff;
}

.app-shell-light .lp-input::placeholder,
.app-shell-light .lp-textarea::placeholder,
.dashboard-page .lp-input::placeholder,
.dashboard-page .lp-textarea::placeholder {
	color: #9ca3af;
}

.auth-page {
	position: relative;
	min-height: 100vh;
	background:
		radial-gradient(circle at 15% 20%, rgba(0, 198, 255, 0.22), transparent 24%),
		radial-gradient(circle at 85% 15%, rgba(0, 99, 132, 0.28), transparent 28%),
		linear-gradient(160deg, #0a1a22 0%, #071018 48%, #020406 100%);
	color: #fff;
	overflow-x: hidden;
}

.auth-page::before,
.auth-page::after {
	content: "";
	position: fixed;
	width: 24rem;
	height: 24rem;
	border-radius: 999px;
	filter: blur(60px);
	opacity: 0.28;
	pointer-events: none;
}

.auth-page::before {
	top: -9rem;
	right: -6rem;
	background: rgba(0, 198, 255, 0.55);
}

.auth-page::after {
	bottom: -10rem;
	left: -8rem;
	background: rgba(0, 99, 132, 0.5);
}

.auth-shell {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
}

.auth-hero,
.auth-panel {
	padding: clamp(1.5rem, 3vw, 3rem);
}

.auth-hero {
	display: flex;
	align-items: center;
}

.auth-hero-inner {
	max-width: 36rem;
}

.auth-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 2rem;
}

.auth-brand img {
	height: 2rem;
	width: auto;
}

.auth-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.auth-title {
	margin-top: 1.2rem;
	margin-bottom: 1rem;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 0.95;
	font-weight: 800;
}

.auth-title .gradient-text {
	background: linear-gradient(90deg, var(--lp-primary-bright), var(--lp-primary-soft));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.auth-copy {
	max-width: 32rem;
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.02rem;
	line-height: 1.75;
}

.auth-feature-list {
	display: grid;
	gap: 0.85rem;
	margin-top: 2rem;
}

.auth-feature {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 1rem 1.05rem;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--lp-primary-bright);
	flex-shrink: 0;
}

.auth-feature p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

.auth-panel {
	display: flex;
	align-items: center;
	justify-content: center;
}

.auth-card {
	width: min(100%, 33rem);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 2rem;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
	padding: clamp(1.35rem, 2.8vw, 2.25rem);
}

.auth-card-header {
	margin-bottom: 1.5rem;
}

.auth-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.8rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.64);
}

.auth-card-title {
	margin-bottom: 0.55rem;
	font-size: clamp(1.8rem, 3vw, 2.35rem);
	line-height: 1.05;
	font-weight: 800;
}

.auth-card-copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.auth-card-footer {
	margin-top: 1.35rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
}

.auth-split-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.auth-action-stack {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.4rem;
}

.auth-action-stack .btn,
.auth-action-stack .lp-btn-primary,
.auth-action-stack .lp-btn-secondary {
	width: 100%;
}

.auth-inline-note {
	margin-top: 1rem;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.62);
}

.auth-info-card {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 1rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-info-card + .auth-info-card {
	margin-top: 0.85rem;
}

.auth-info-card .material-symbols-outlined {
	color: var(--lp-primary-bright);
}

.auth-divider {
	height: 1px;
	margin: 1.35rem 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.auth-visual-stack {
	display: grid;
	gap: 1.25rem;
}

.scan-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.75rem;
	height: 5.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--lp-primary-bright);
}

.scan-badge::before,
.scan-badge::after {
	content: "";
	position: absolute;
	inset: -0.45rem;
	border-radius: inherit;
	border: 2px solid rgba(0, 198, 255, 0.25);
	animation: lpPulse 2.4s ease-out infinite;
}

.scan-badge::after {
	animation-delay: 1.1s;
}

@keyframes lpPulse {
	0% {
		transform: scale(0.88);
		opacity: 0.65;
	}
	70% {
		transform: scale(1.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.app-shell-light {
	min-height: 100vh;
	background:
		radial-gradient(circle at top left, rgba(0, 198, 255, 0.08), transparent 28%),
		linear-gradient(180deg, #faf8ff 0%, #f4f8fc 100%);
}

.topbar {
	padding: 1.25rem 1rem 0;
}

.topbar-inner {
	max-width: 70rem;
	margin: 0 auto;
	padding: 1rem 1.15rem;
	border-radius: 1.65rem;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(217, 224, 238, 0.8);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.topbar-brand {
	display: inline-flex;
	align-items: center;
}

.topbar-brand img {
	height: 2rem;
	width: auto;
}

.topbar-nav {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.topbar-nav > form {
	display: inline-flex;
}

.topbar-link,
.topbar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	border: 1px solid transparent;
	background: transparent;
	color: var(--lp-muted);
	font-weight: 700;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.topbar-link:hover,
.topbar-button:hover,
.topbar-link:focus,
.topbar-button:focus {
	color: var(--lp-ink);
	background: rgba(0, 99, 132, 0.06);
	border-color: rgba(0, 99, 132, 0.08);
}

.topbar-link.is-active {
	background: linear-gradient(90deg, rgba(0, 99, 132, 0.12), rgba(0, 198, 255, 0.12));
	color: var(--lp-primary);
	border-color: rgba(0, 99, 132, 0.12);
}

.topbar-button {
	border: none;
}

.topbar-button.topbar-signout {
	color: #bf3c4c;
	background: rgba(191, 60, 76, 0.08);
}

.dashboard-shell {
	max-width: 70rem;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.dashboard-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.2rem;
	margin-bottom: 1.4rem;
}

.dashboard-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lp-primary);
}

.dashboard-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 0.98;
	font-weight: 800;
}

.dashboard-copy {
	max-width: 38rem;
	margin: 0.8rem 0 0;
	color: var(--lp-muted);
	line-height: 1.7;
}

.dashboard-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.dashboard-card {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(217, 224, 238, 0.88);
	border-radius: 2rem;
	box-shadow: var(--lp-shadow);
}

.dashboard-section {
	padding: 1.2rem;
}

.dashboard-section-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1.5rem 1.5rem 0;
}

.dashboard-section-header h3,
.dashboard-section-header p {
	margin: 0;
}

.dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding: 1.25rem 1.5rem 1.5rem;
}

.product-card,
.editor-card,
.setup-card {
	padding: 1.35rem;
	height: 100%;
}

.product-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: 1.6rem;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.product-card-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 11rem;
	padding: 1rem;
	border-radius: 1.4rem;
	background: linear-gradient(180deg, #f3f3fc 0%, #eef7fb 100%);
}

.product-card-media img {
	max-height: 8.5rem;
	width: auto;
}

.product-card-meta,
.editor-product-meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.product-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.product-card-title,
.editor-product-title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
}

.product-card-id,
.editor-product-id,
.setup-subtle {
	margin: 0;
	color: var(--lp-muted);
}

.product-card-actions {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
}

.product-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	padding: 0 !important;
}

.dashboard-page .lp-alert {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(217, 224, 238, 0.9);
	color: var(--lp-ink);
}

.dashboard-page .lp-alert.alert-danger {
	background: rgba(255, 237, 240, 0.95);
	border-color: rgba(196, 61, 79, 0.18);
	color: #8b2130;
}

.dashboard-page .lp-alert.alert-info {
	background: rgba(237, 248, 255, 0.95);
	border-color: rgba(0, 99, 132, 0.14);
	color: #0e4f68;
}

.editor-shell {
	display: grid;
	gap: 1.25rem;
}

.editor-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	padding: 1.6rem;
}

.editor-summary-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8rem;
	height: 8rem;
	border-radius: 1.6rem;
	background: linear-gradient(180deg, #f3f3fc 0%, #eef7fb 100%);
}

.editor-summary-media img {
	max-height: 6.4rem;
	width: auto;
}

.editor-summary-avatar {
	padding: 0;
	overflow: hidden;
}

.editor-summary-avatar img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
}

.editor-summary-copy {
	flex: 1;
	min-width: 15rem;
}

.editor-summary-label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.5rem;
	color: var(--lp-primary);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.editor-card {
	border-radius: 1.8rem;
}

.current-profile-picture {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.9rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(36, 138, 178, 0.14);
	border-radius: 1.15rem;
	background: linear-gradient(180deg, #f8fcfe 0%, #f2f8fb 100%);
}

.current-profile-picture img {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 1rem;
	object-fit: cover;
	flex-shrink: 0;
}

.current-profile-picture-copy strong {
	display: block;
	margin-bottom: 0.2rem;
	color: #193140;
	font-size: 0.95rem;
}

.current-profile-picture-copy p {
	margin: 0;
	color: #547080;
	font-size: 0.9rem;
}

.editor-card-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.editor-card-title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 800;
}

.editor-card-copy {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.7;
}

.icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(0, 99, 132, 0.12), rgba(0, 198, 255, 0.12));
	color: var(--lp-primary);
}

.setup-shell {
	max-width: 70rem;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.setup-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
	gap: 1.25rem;
}

.setup-card {
	border-radius: 2rem;
}

.setup-section-title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 800;
}

.setup-section-copy {
	margin: 0.55rem 0 0;
	color: var(--lp-muted);
	line-height: 1.75;
}

.setup-block {
	padding: 1.2rem;
	border-radius: 1.5rem;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.setup-block + .setup-block {
	margin-top: 1rem;
}

.setup-block-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.setup-block-title {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.setup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.setup-summary {
	display: grid;
	gap: 0.9rem;
}

.setup-progress {
	display: grid;
	gap: 0.95rem;
}

.setup-progress-step {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	padding: 1rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 224, 238, 0.9);
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.setup-progress-marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.08);
	border: 1px solid rgba(36, 138, 178, 0.14);
	color: var(--lp-primary);
	font-size: 0.9rem;
	font-weight: 800;
	flex-shrink: 0;
}

.setup-progress-copy {
	min-width: 0;
}

.setup-progress-copy strong {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--lp-ink);
}

.setup-progress-copy span {
	display: block;
	color: var(--lp-muted);
	line-height: 1.6;
}

.setup-progress-step.is-current {
	background: rgba(237, 248, 255, 0.98);
	border-color: rgba(36, 138, 178, 0.24);
	box-shadow: 0 16px 35px rgba(37, 90, 124, 0.08);
}

.setup-progress-step.is-current .setup-progress-marker {
	background: linear-gradient(90deg, var(--lp-primary-bright), var(--lp-primary-soft));
	border-color: transparent;
	color: #fff;
}

.setup-progress-step.is-complete {
	background: rgba(241, 251, 247, 0.98);
	border-color: rgba(15, 118, 110, 0.16);
}

.setup-progress-step.is-complete .setup-progress-marker {
	background: rgba(15, 118, 110, 0.12);
	border-color: rgba(15, 118, 110, 0.18);
	color: var(--lp-success);
}

.setup-progress-step.is-upcoming {
	opacity: 0.8;
}

.setup-summary-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 1rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.setup-summary-item .material-symbols-outlined {
	color: var(--lp-primary);
}

.setup-status-card {
	padding: 1.5rem;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 224, 238, 0.9);
	box-shadow: var(--lp-shadow);
}

.setup-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 999px;
	margin-bottom: 1rem;
	background: linear-gradient(180deg, rgba(0, 99, 132, 0.12), rgba(0, 198, 255, 0.14));
	color: var(--lp-primary);
}

.empty-state {
	padding: 2rem;
	text-align: center;
	color: var(--lp-muted);
}

.empty-state h3 {
	margin-bottom: 0.6rem;
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--lp-ink);
}

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

.service-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.35rem;
	border-radius: 1.65rem;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(217, 224, 238, 0.9);
	height: 100%;
}

.service-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.service-card-main {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	min-width: 0;
	flex: 1;
}

.service-card-main > div:last-child {
	min-width: 0;
}

.service-card-top-action {
	flex-shrink: 0;
}

.service-card-media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(36, 138, 178, 0.12), rgba(0, 91, 127, 0.18));
	overflow: hidden;
	flex-shrink: 0;
}

.service-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(0, 99, 132, 0.12), rgba(0, 198, 255, 0.12));
	color: var(--lp-primary);
	flex-shrink: 0;
}

.service-card-title {
	margin: 0 0 0.25rem;
	font-size: 1.2rem;
	font-weight: 800;
}

.service-card-subtitle,
.service-card-copy,
.section-muted {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.7;
}

.service-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: auto;
}

.service-editor-stack {
	display: grid;
	gap: 1rem;
}

.service-section-card {
	padding: 1.35rem;
	border-radius: 1.8rem;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.service-section-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.service-section-title {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
}

.service-section-title h2 {
	margin: 0 0 0.35rem;
	font-size: 1.35rem;
	font-weight: 800;
}

.service-section-toggle {
	min-width: 8rem;
}

.sortable-stack {
	display: grid;
	gap: 0.9rem;
}

.sortable-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem;
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.sort-handle {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	padding-top: 0.5rem;
	color: var(--lp-muted);
	cursor: grab;
}

.sort-handle:active {
	cursor: grabbing;
}

.form-builder-item[data-drag-locked="1"] .sort-handle {
	cursor: default;
	opacity: 0.6;
}

.sort-mobile-actions {
	display: none;
	flex-direction: column;
	gap: 0.35rem;
}

.sort-mobile-actions .btn {
	padding: 0.3rem 0.45rem;
	border-radius: 999px !important;
}

.sortable-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.sortable-fields .lp-input-group {
	margin-bottom: 0;
}

.sortable-delete {
	align-self: center;
}

.sortable-delete-disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	color: var(--lp-muted);
	background: rgba(148, 163, 184, 0.1);
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.add-inline-action {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 1rem;
	font-weight: 700;
	color: var(--lp-primary);
}

.add-inline-action:hover,
.add-inline-action:focus {
	color: var(--lp-primary);
}

.service-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.field-toggle-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.field-toggle-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.05rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.field-toggle-card strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1rem;
}

.field-toggle-card p {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.6;
}

.field-toggle-actions,
.settings-toggle-row,
.service-responses-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.settings-toggle-row {
	margin-top: 0.25rem;
}

.settings-toggle-row .form-check,
.field-toggle-actions .form-check {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.8rem 0.95rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.08);
	border: 1px solid rgba(36, 138, 178, 0.14);
}

.settings-toggle-row .form-check-input,
.field-toggle-actions .form-check-input {
	float: none;
	margin: 0;
}

.form-builder-shell {
	display: grid;
	gap: 1rem;
	margin-bottom: 1rem;
}

.form-builder-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border-radius: 1.35rem;
	background: rgba(36, 138, 178, 0.06);
	border: 1px solid rgba(36, 138, 178, 0.12);
}

.form-builder-toolbar strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1rem;
}

.form-builder-toolbar p,
.builder-helper-copy,
.payment-provider-inline-copy {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.6;
}

.form-builder-add,
.payment-provider-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.form-builder-add .lp-select {
	min-width: 12rem;
}

.form-builder-item {
	background: rgba(255, 255, 255, 0.95);
}

.form-builder-item.is-disabled {
	opacity: 0.68;
}

.form-builder-fields {
	display: grid;
	gap: 0.7rem;
}

.form-builder-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.form-builder-header strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 1rem;
}

.form-builder-header-copy {
	min-width: 0;
}

.form-builder-header-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.6rem;
	margin-top: 0.2rem;
	color: var(--lp-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.form-builder-header-meta span {
	display: inline-flex;
	align-items: center;
}

.form-builder-badges,
.payment-method-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.form-builder-toggle {
	padding: 0.45rem 0.8rem !important;
	border-radius: 999px !important;
}

.form-field-options-group.is-hidden,
.payment-stripe-config.is-hidden {
	display: none;
}

.field-static-value {
	display: flex;
	align-items: center;
	min-height: 3.25rem;
	padding: 0.92rem 1rem;
	border-radius: 1rem;
	background: rgba(36, 138, 178, 0.08);
	border: 1px solid rgba(36, 138, 178, 0.14);
	font-weight: 700;
}

.payment-provider-status {
	display: grid;
	gap: 0.9rem;
	padding: 1rem 1.1rem;
	border-radius: 1.35rem;
	background: rgba(36, 138, 178, 0.06);
	border: 1px solid rgba(36, 138, 178, 0.12);
}

.payment-provider-status-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.payment-provider-status-head strong {
	display: block;
	margin-bottom: 0.2rem;
}

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

.form-builder-details {
	display: grid;
	gap: 0.7rem;
	padding-top: 0.15rem;
}

.form-builder-advanced {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
}

.form-builder-options {
	min-height: 5.4rem;
}

.form-builder-flags {
	justify-content: flex-start;
}

.payment-provider-verify-note {
	font-size: 0.92rem;
	font-weight: 700;
}

.payment-provider-verify-note.is-success {
	color: var(--lp-success);
}

.payment-provider-verify-note.is-error {
	color: #b83b4e;
}

.payment-method-selector {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.payment-method-option {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.8rem 0.95rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.08);
	border: 1px solid rgba(36, 138, 178, 0.14);
	font-weight: 700;
}

.payment-method-option input {
	margin: 0;
}

.preview-inline-action {
	justify-content: flex-start;
	width: fit-content;
}

.response-table-shell {
	overflow-x: auto;
	border-radius: 1.35rem;
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.response-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 42rem;
	background: rgba(255, 255, 255, 0.82);
}

.response-table th,
.response-table td {
	padding: 0.95rem 1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(217, 224, 238, 0.9);
}

.response-table th {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lp-secondary);
	background: rgba(243, 243, 252, 0.78);
}

.response-table tr:last-child td {
	border-bottom: none;
}

.response-table td {
	color: var(--lp-ink);
	line-height: 1.6;
}

.empty-inline-state {
	padding: 1.15rem 1.2rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.empty-inline-state h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 800;
}

.empty-inline-state p {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.7;
}

.danger-zone {
	padding: 1.35rem;
	border-radius: 1.8rem;
	background: linear-gradient(180deg, rgba(255, 244, 246, 0.98) 0%, rgba(255, 237, 240, 0.98) 100%);
	border: 1px solid rgba(209, 75, 95, 0.16);
	box-shadow: 0 18px 45px rgba(163, 41, 63, 0.08);
}

.danger-zone-head {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1rem;
}

.danger-zone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 999px;
	background: rgba(209, 75, 95, 0.12);
	color: #a3293f;
	flex-shrink: 0;
}

.danger-zone h2 {
	margin: 0 0 0.35rem;
	font-size: 1.35rem;
	font-weight: 800;
	color: #8f1f34;
}

.danger-zone p {
	margin: 0;
	color: #9a3a4b;
	line-height: 1.75;
}

.danger-zone .service-card {
	height: auto;
}

.danger-zone-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.15rem;
}

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

.catalog-card {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	padding: 1.5rem;
	border-radius: 1.9rem;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(217, 224, 238, 0.9);
	min-height: 100%;
	box-shadow: 0 18px 45px rgba(37, 90, 124, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.catalog-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 55px rgba(37, 90, 124, 0.12);
	border-color: rgba(36, 138, 178, 0.22);
}

.catalog-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.catalog-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.1);
	color: var(--lp-primary);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.catalog-badge.is-solid {
	background: linear-gradient(90deg, rgba(69, 136, 175, 0.14), rgba(37, 90, 124, 0.14));
	color: var(--lp-secondary);
}

.catalog-title {
	margin: 0 0 0.3rem;
	font-size: 1.35rem;
	font-weight: 800;
}

.catalog-subtitle {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.7;
}

.catalog-card-copy {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.75;
}

.catalog-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
}

.catalog-meta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--lp-muted);
	font-size: 0.92rem;
	font-weight: 600;
}

.catalog-note {
	padding: 1.2rem 1.3rem;
	border-radius: 1.5rem;
	background: rgba(36, 138, 178, 0.08);
	border: 1px solid rgba(36, 138, 178, 0.14);
	color: var(--lp-secondary);
}

.catalog-hero-card {
	padding: 1.5rem;
	border-radius: 2rem;
	background:
		radial-gradient(circle at top right, rgba(69, 136, 175, 0.18), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid rgba(217, 224, 238, 0.9);
	box-shadow: 0 22px 50px rgba(37, 90, 124, 0.08);
}

.catalog-modal .modal-dialog {
	max-width: 44rem;
}

.catalog-modal .modal-content {
	border: 1px solid rgba(217, 224, 238, 0.9);
	border-radius: 2rem;
	box-shadow: 0 30px 70px rgba(17, 24, 39, 0.16);
	overflow: hidden;
}

.catalog-modal .modal-header {
	padding: 1.4rem 1.5rem 0;
	border-bottom: 0;
}

.catalog-modal .modal-body {
	padding: 1.1rem 1.5rem 1.5rem;
}

.catalog-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.catalog-modal-title {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.catalog-modal-title h2 {
	margin: 0 0 0.25rem;
	font-size: 1.8rem;
	font-weight: 800;
}

.catalog-modal-copy {
	margin: 0 0 1.2rem;
	color: var(--lp-muted);
	line-height: 1.8;
}

.catalog-modal-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.catalog-modal-panel {
	padding: 1rem 1.05rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(217, 224, 238, 0.9);
}

.catalog-modal-panel strong {
	display: block;
	margin-bottom: 0.4rem;
}

.catalog-modal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
}

.catalog-soon {
	padding: 1.3rem 1.4rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 224, 238, 0.9);
	color: var(--lp-muted);
}

.dashboard-page .form-control,
.dashboard-page .form-select {
	border-color: var(--lp-border);
	border-radius: 1rem;
}

.dashboard-page .form-control:focus,
.dashboard-page .form-select:focus,
.dashboard-page .form-check-input:focus {
	border-color: rgba(0, 198, 255, 0.45);
	box-shadow: 0 0 0 0.2rem rgba(0, 198, 255, 0.12);
}

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

.w-fit {
	width: fit-content;
}

.onboarding-active {
	overflow-x: hidden;
}

.onboarding-root {
	position: fixed;
	inset: 0;
	z-index: 1600;
	pointer-events: none;
}

.onboarding-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 25, 0.56);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.onboarding-root.has-spotlight .onboarding-backdrop {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.onboarding-spotlight {
	position: fixed;
	border-radius: 1.6rem;
	background: transparent;
	box-shadow:
		0 0 0 9999px rgba(8, 18, 25, 0.56),
		0 0 0 2px rgba(255, 255, 255, 0.95),
		0 18px 40px rgba(0, 0, 0, 0.24);
	transition: top 0.2s ease, left 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.onboarding-panel {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: min(28rem, calc(100vw - 2rem));
	padding: 1.45rem;
	border-radius: 1.8rem;
	background:
		radial-gradient(circle at top right, rgba(69, 136, 175, 0.16), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 250, 253, 0.99) 100%);
	border: 1px solid rgba(217, 224, 238, 0.95);
	box-shadow: 0 28px 60px rgba(17, 24, 39, 0.18);
	pointer-events: auto;
}

.onboarding-panel.is-modal {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}

.onboarding-progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	margin-bottom: 0.95rem;
}

.onboarding-progress-label {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lp-secondary);
	white-space: nowrap;
}

.onboarding-progress-bar {
	flex: 1;
	height: 0.5rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.12);
	overflow: hidden;
}

.onboarding-progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #4588af 0%, #255a7c 100%);
}

.onboarding-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.42rem 0.8rem;
	margin-bottom: 0.9rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.1);
	color: var(--lp-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.onboarding-title {
	margin: 0 0 0.6rem;
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--lp-ink);
}

.onboarding-copy {
	margin: 0;
	color: var(--lp-muted);
	line-height: 1.75;
}

.onboarding-list {
	display: grid;
	gap: 0.7rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.onboarding-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	padding: 0.8rem 0.9rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(217, 224, 238, 0.9);
	color: #284252;
	line-height: 1.65;
}

.onboarding-list li::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: rgba(36, 138, 178, 0.12);
	color: var(--lp-primary);
	font-size: 0.82rem;
	font-weight: 800;
	flex-shrink: 0;
}

.onboarding-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

@media (max-width: 1240px) {
	.auth-shell,
	.setup-grid {
		grid-template-columns: 1fr;
	}

	.auth-hero {
		padding-bottom: 0;
	}

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

	.service-grid {
		grid-template-columns: 1fr;
	}

	.catalog-grid {
		grid-template-columns: 1fr;
	}

	.catalog-modal-panels {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	.topbar {
		padding: 0.75rem 0.75rem 0;
	}

	.topbar-inner {
		padding: 0.95rem;
	}

	.topbar-has-nav {
		padding: 0;
		overflow: visible;
	}

	.topbar-has-nav .topbar-inner {
		max-width: none;
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
		display: block;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		overflow: visible;
	}

	.topbar-has-nav .topbar-brand {
		position: fixed;
		top: calc(env(safe-area-inset-top) + 0.75rem);
		left: 0.75rem;
		z-index: 1030;
		padding: 0.7rem 0.95rem;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: blur(18px);
		border: 1px solid rgba(217, 224, 238, 0.92);
		box-shadow: 0 16px 38px rgba(17, 24, 39, 0.12);
	}

	.topbar-has-nav .topbar-brand img {
		height: 1.45rem;
	}

	.topbar-nav {
		margin-left: 0;
		width: 100%;
	}

	.topbar-has-nav .topbar-nav {
		position: fixed;
		left: 0.75rem;
		right: 0.75rem;
		bottom: calc(env(safe-area-inset-bottom) + 0.75rem);
		z-index: 1030;
		width: auto;
		padding: 0.55rem;
		border-radius: 1.5rem;
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: blur(18px);
		border: 1px solid rgba(217, 224, 238, 0.92);
		box-shadow: 0 24px 55px rgba(17, 24, 39, 0.16);
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.5rem;
		visibility: visible;
		opacity: 1;
	}

	.topbar-has-nav .topbar-link,
	.topbar-has-nav .topbar-button {
		width: 100%;
		min-height: 3.5rem;
		padding: 0.55rem 0.45rem;
		flex-direction: column;
		gap: 0.25rem;
		border-radius: 1rem;
		font-size: 0.72rem;
		line-height: 1.1;
	}

	.topbar-has-nav .topbar-link i,
	.topbar-has-nav .topbar-button i {
		font-size: 1.1rem;
	}

	.topbar-has-nav .topbar-link span,
	.topbar-has-nav .topbar-button span {
		white-space: nowrap;
	}

	.topbar-has-nav .topbar-nav > form {
		display: flex;
	}

	.topbar-nav > form .topbar-button {
		width: 100%;
	}

	.topbar-has-nav + .dashboard-shell,
	.topbar-has-nav + .setup-shell {
		padding: calc(env(safe-area-inset-top) + 4.8rem) 0.75rem calc(env(safe-area-inset-bottom) + 6.85rem);
	}

	.dashboard-shell,
	.setup-shell {
		padding-inline: 0.75rem;
	}

	.dashboard-hero {
		align-items: flex-start;
		gap: 0.9rem;
		margin-bottom: 1rem;
	}

	.dashboard-eyebrow {
		margin-bottom: 0.45rem;
		font-size: 0.76rem;
		letter-spacing: 0.06em;
	}

	.dashboard-title {
		font-size: clamp(1.65rem, 7vw, 2rem);
		line-height: 1.02;
	}

	.dashboard-copy {
		margin-top: 0.45rem;
		font-size: 0.93rem;
		line-height: 1.55;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.dashboard-actions {
		width: 100%;
	}

	.dashboard-actions .btn,
	.service-form-actions .btn,
	.danger-zone-actions .btn,
	.service-section-header .btn {
		width: 100%;
		justify-content: center;
	}

	.dashboard-page .btn-primary,
	.dashboard-page .btn-outline-primary,
	.dashboard-page .btn-danger,
	.dashboard-page .btn-outline-danger {
		padding: 0.8rem 1rem;
		box-shadow: none;
	}

	.dashboard-card {
		border-radius: 1.5rem;
		box-shadow: 0 18px 36px rgba(17, 24, 39, 0.1);
	}

	.dashboard-grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding: 1rem;
	}

	.onboarding-panel {
		right: 1rem;
		bottom: 1rem;
	}

	.dashboard-section-header {
		padding: 1rem 1rem 0;
	}

	.dashboard-section-header .setup-section-copy {
		display: none;
	}

	.dashboard-section {
		padding: 1rem;
	}

	.auth-hero {
		display: none;
	}

	.auth-panel {
		padding: 1rem;
	}

	.auth-card {
		width: 100%;
	}

	.editor-summary {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.85rem;
		padding: 1rem;
	}

	.editor-summary-media,
	.editor-summary-avatar {
		width: 4.75rem;
		height: 4.75rem;
		border-radius: 1.15rem;
		flex-shrink: 0;
	}

	.editor-summary-media img {
		max-height: 100%;
	}

	.editor-summary-avatar img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.editor-summary-copy {
		min-width: 0;
	}

	.editor-product-title {
		font-size: 1.08rem;
	}

	.editor-product-id {
		font-size: 0.86rem;
	}

	.editor-card,
	.setup-card,
	.service-section-card,
	.danger-zone {
		padding: 1rem;
		border-radius: 1.45rem;
	}

	.product-card {
		flex-direction: row;
		align-items: center;
		gap: 0.85rem;
		padding: 1rem;
		border-radius: 1.3rem;
	}

	.product-card-media {
		width: 4.9rem;
		min-width: 4.9rem;
		min-height: 4.9rem;
		padding: 0.5rem;
		border-radius: 1.1rem;
	}

	.product-card-media img {
		max-height: 4rem;
	}

	.product-card-head {
		flex: 1;
		align-items: center;
		gap: 0.75rem;
		min-width: 0;
	}

	.product-card-meta {
		min-width: 0;
	}

	.product-card-title {
		font-size: 1.05rem;
	}

	.product-card-id {
		font-size: 0.84rem;
	}

	.product-card-actions {
		margin-top: 0;
		flex-shrink: 0;
	}

	.product-action {
		width: 2.8rem;
		height: 2.8rem;
	}

	.service-grid {
		gap: 0.75rem;
	}

	.service-card {
		gap: 0.75rem;
		padding: 1rem;
		border-radius: 1.35rem;
	}

	.service-card-header,
	.service-card-main {
		align-items: center;
		gap: 0.8rem;
	}

	.service-card-media,
	.service-card-icon {
		width: 3rem;
		height: 3rem;
	}

	.service-card-title {
		font-size: 1.02rem;
	}

	.service-card-copy {
		font-size: 0.92rem;
		line-height: 1.55;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.setup-block-header,
	.service-section-header,
	.danger-zone-head,
	.catalog-modal-head {
		gap: 0.75rem;
	}

	.empty-state {
		padding: 1.4rem 1rem;
	}

	.sortable-item {
		grid-template-columns: 1fr;
	}

	.sort-handle {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 0;
	}

	.sort-mobile-actions {
		display: inline-flex;
	}

	.sortable-fields {
		grid-template-columns: 1fr;
	}

	.field-toggle-grid {
		grid-template-columns: 1fr;
	}

	.field-toggle-card {
		flex-direction: column;
	}

	.form-builder-toolbar,
	.form-builder-add,
	.payment-provider-actions,
	.payment-provider-status-head {
		flex-direction: column;
		align-items: stretch;
	}

	.form-builder-add .lp-select,
	.payment-provider-actions .btn {
		width: 100%;
	}

	.compact-builder-grid,
	.form-builder-advanced {
		grid-template-columns: 1fr;
	}

	.preview-inline-action {
		width: 100%;
	}

	.field-toggle-actions,
	.settings-toggle-row,
	.service-responses-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.onboarding-panel,
	.onboarding-panel.is-modal {
		top: auto;
		right: 0.75rem;
		bottom: 0.75rem;
		left: 0.75rem;
		width: auto;
		transform: none;
	}

	.onboarding-actions {
		flex-direction: column-reverse;
	}

	.onboarding-actions .btn {
		width: 100%;
	}
}
