/* SnapWeb Core frontend styles chunk 1 of 4. Loaded by the snapweb-core style handle. */

.snapweb-core-dashboard {
	--snapweb-button-bg: var(--fcom-primary-button, #2b2e33);
	--snapweb-button-text: var(--fcom-primary-button-text, #ffffff);
	--snapweb-button-border: var(--fcom-primary-button, #2b2e33);
	--snapweb-button-soft-border: #bfdbfe;
	--snapweb-button-soft-bg: #eff6ff;
	--snapweb-button-soft-text: #111827;
	border: 1px solid #e5edf3;
	border-radius: 8px;
	padding: 24px;
	background: var(--snapweb-core-surface, #ffffff);
	color: inherit;
	max-width: 1040px;
	box-shadow: 0 10px 28px rgba(20, 37, 48, 0.05);
	font: inherit;
}

.snapweb-core-workspace {
	display: grid;
	gap: 18px;
}

.snapweb-core-dashboard [hidden] {
	display: none !important;
}

.snapweb-core-dashboard--minimal {
	max-width: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.snapweb-core-dashboard--minimal .snapweb-core-dashboard__summary {
	margin-bottom: 14px;
	padding: 0;
	border: 0;
	background: transparent;
}

.snapweb-core-dashboard--minimal .snapweb-core-panel {
	padding: 0;
	border: 0;
	background: transparent;
}

.snapweb-core-dashboard--minimal .snapweb-core-panel + .snapweb-core-panel {
	margin-top: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-workspace {
	gap: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-overview-card,
.snapweb-core-dashboard--minimal .snapweb-core-create,
.snapweb-core-dashboard--minimal .snapweb-core-billing-card,
.snapweb-core-dashboard--minimal .snapweb-core-create__preview-card,
.snapweb-core-dashboard--minimal .snapweb-core-site[data-snapweb-core-site-id].is-selected,
.snapweb-core-dashboard--minimal .snapweb-core-site[data-snapweb-core-domain-id].is-selected,
.snapweb-core-dashboard--minimal .snapweb-core-site-panel,
.snapweb-core-dashboard--minimal .snapweb-core-panel-section,
.snapweb-core-dashboard--minimal .snapweb-core-feature-card,
.snapweb-core-dashboard--minimal .snapweb-core-domain-card,
.snapweb-core-dashboard--minimal .snapweb-core-domain-workspace,
.snapweb-core-dashboard--minimal .snapweb-core-domain-card__instruction,
.snapweb-core-dashboard--minimal .snapweb-core-guidance-card,
.snapweb-core-dashboard--minimal .snapweb-core-domain-form,
.snapweb-core-dashboard--minimal .snapweb-core-credentials,
.snapweb-core-dashboard--minimal .snapweb-core-activity__item,
.snapweb-core-dashboard--minimal .snapweb-core-site__ops-card {
	background: transparent;
}

.snapweb-core-dashboard--minimal .snapweb-core-site-panel,
.snapweb-core-dashboard--minimal .snapweb-core-panel-section,
.snapweb-core-dashboard--minimal .snapweb-core-feature-card,
.snapweb-core-dashboard--minimal .snapweb-core-domain-card,
.snapweb-core-dashboard--minimal .snapweb-core-domain-form,
.snapweb-core-dashboard--minimal .snapweb-core-create__preview-card,
.snapweb-core-dashboard--minimal .snapweb-core-activity__item,
.snapweb-core-dashboard--minimal .snapweb-core-site__ops-card {
	border-color: #edf2f7;
	box-shadow: none;
}

.snapweb-core-dashboard--minimal .snapweb-core-overview-grid {
	margin-bottom: 14px;
}

.snapweb-core-fc-inline-panel {
	display: none;
	padding-top: 0;
}

.snapweb-core-fc-inline-panel.is-active {
	display: block;
}

[data-snapweb-core-fc-panel][hidden] {
	display: none !important;
}

.snapweb-core-fc-home {
	margin-bottom: 18px;
}

.snapweb-core-fc-home__shell {
	display: grid;
	gap: 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.snapweb-core-fc-home--primary .snapweb-core-fc-home__shell {
	padding: 0;
}

.fct-customer-dashboard.snapweb-core-fc-dashboard-override .fct-customer-dashboard-header,
.fct-customer-dashboard.snapweb-core-fc-dashboard-override .fct-customer-dashboard-table,
.fct-customer-dashboard.snapweb-core-fc-dashboard-override .fct-customer-dashboard-title,
.fct-customer-dashboard.snapweb-core-fc-dashboard-override h2.fct-customer-dashboard-title,
.fct-customer-dashboard.snapweb-core-fc-dashboard-override h3.fct-customer-dashboard-title {
	display: none !important;
}

.snapweb-core-fc-home__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.snapweb-core-fc-home__header h4 {
	margin: 0;
	font-size: 20px;
	line-height: 1.15;
}

.snapweb-core-fc-home__header p {
	margin: 6px 0 0;
	color: #64748b;
}

.snapweb-core-fc-home__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-fc-home__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
}

.snapweb-core-fc-home__stat {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #f1f5f9;
	border-radius: 8px;
	background: #ffffff;
}

.snapweb-core-fc-home__stat-copy {
	display: grid;
	gap: 4px;
}

.snapweb-core-fc-home__stat-copy span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #64748b;
}

.snapweb-core-fc-home__stat-copy strong {
	font-size: 18px;
	line-height: 1.1;
	color: #0f172a;
}

.snapweb-core-fc-home__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.snapweb-core-fc-home__note {
	color: #475569;
}

.snapweb-core-dashboard__header {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 16px;
}

.snapweb-core-dashboard__hero {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.snapweb-core-eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #557086;
}

.snapweb-core-dashboard__header h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	line-height: 1.05;
	color: inherit;
}

.snapweb-core-subtitle {
	margin: 10px 0 0;
	max-width: 640px;
	color: inherit;
	opacity: 0.8;
}

.snapweb-core-dashboard__hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.snapweb-core-dashboard__hero-note {
	color: #607282;
	font-size: 13px;
}

.snapweb-core-dashboard__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-dashboard__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(120px, 1fr));
	gap: 12px;
}

.snapweb-core-stat {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #e7edf2;
	border-radius: 8px;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 97%, #eef3f6 3%);
}

.snapweb-core-stat__body {
	min-width: 0;
}

.snapweb-core-stat__label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #607282;
}

.snapweb-core-stat__value {
	display: block;
	margin-top: 6px;
	font-size: 18px;
}

.snapweb-core-dashboard__summary {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 98%, #f8fafc 2%);
	color: inherit;
}

.snapweb-core-dashboard__summary--stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.snapweb-core-dashboard__summary-topline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.snapweb-core-dashboard__summary-topline p {
	margin: 0;
}

.snapweb-core-dashboard__summary-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-dashboard__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-dashboard__tab {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	font: inherit;
}

.snapweb-core-dashboard__tab.is-active {
	border-color: #cbd5e1;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 86%, #eff6ff 14%);
	color: #0f172a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.snapweb-core-dashboard__notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #dbe7f3;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity .18s ease, transform .18s ease;
}

.snapweb-core-dashboard__notice[hidden] {
	display: none !important;
}

.snapweb-core-dashboard__notice.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.snapweb-core-dashboard__notice.is-success {
	border-color: #ccead9;
	background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
	color: #166534;
}

.snapweb-core-dashboard__notice.is-error {
	border-color: #f3cccc;
	background: linear-gradient(180deg, #ffffff 0%, #fff5f5 100%);
	color: #b42318;
}

.snapweb-core-dashboard--setup-required {
	padding: clamp(18px, 3vw, 30px);
}

.snapweb-core-setup-gate {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid #dbe7f3;
	border-radius: 24px;
	background:
		radial-gradient(circle at 10% 10%, rgba(37, 99, 235, .12), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.snapweb-core-setup-gate__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid #dbe7f3;
	border-radius: 18px;
	background: #ffffff;
	color: #2563eb;
	box-shadow: 0 12px 30px rgba(37, 99, 235, .12);
}

.snapweb-core-setup-gate__icon .snapweb-core-widget-icon {
	width: 30px;
	height: 30px;
}

.snapweb-core-setup-gate__eyebrow {
	display: block;
	margin: 0 0 4px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.snapweb-core-setup-gate h3 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.08;
}

.snapweb-core-setup-gate p {
	max-width: 680px;
	margin: 8px 0 0;
	color: #52647a;
	font-size: 15px;
	line-height: 1.55;
}

.snapweb-core-setup-gate__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

@media (max-width: 720px) {
	.snapweb-core-setup-gate {
		grid-template-columns: 1fr;
	}

	.snapweb-core-setup-gate__actions {
		justify-content: flex-start;
	}
}

.snapweb-core-create {
	margin-bottom: 20px;
	padding: 18px 18px 16px;
	border: 1px solid #e5edf5;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.045);
}

.snapweb-core-panel + .snapweb-core-panel {
	margin-top: 18px;
}

.snapweb-core-panel {
	padding: 22px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: var(--snapweb-core-surface, #ffffff);
}

.snapweb-core-dashboard--minimal .snapweb-core-panel {
	padding-top: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-section-heading {
	display: none;
}

.snapweb-core-dashboard--minimal .snapweb-core-subsection-heading {
	padding-top: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-subsection-heading::before {
	display: none;
}

.snapweb-core-dashboard--minimal .snapweb-core-plans-layout > .snapweb-core-subsection-heading:first-child,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] > .snapweb-core-subsection-heading:first-child,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="domains"] > .snapweb-core-subsection-heading:first-child {
	padding-top: 0;
	margin-top: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-launch-deck,
.snapweb-core-dashboard--minimal .snapweb-core-plans-layout,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] > .snapweb-core-sites,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] > [data-snapweb-core-snapshots],
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] > .snapweb-core-subsection-heading,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="domains"] > .snapweb-core-sites,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="domains"] > .snapweb-core-subsection-heading {
	margin-top: 0;
	padding-top: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-plans-layout > .snapweb-core-subsection-heading:first-child::before,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] > .snapweb-core-subsection-heading:first-child::before,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="domains"] > .snapweb-core-subsection-heading:first-child::before {
	display: none;
}

.snapweb-core-dashboard--minimal .snapweb-core-panel > .snapweb-core-subsection-heading:first-of-type,
.snapweb-core-dashboard--minimal .snapweb-core-plans-layout > .snapweb-core-subsection-heading:first-of-type,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] .snapweb-core-subsection-heading:first-of-type,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="domains"] .snapweb-core-subsection-heading:first-of-type,
.snapweb-core-launch-deck > .snapweb-core-dashboard__notice[hidden] + .snapweb-core-subsection-heading {
	padding-top: 0;
	margin-top: 0;
}

.snapweb-core-dashboard--minimal .snapweb-core-panel > .snapweb-core-subsection-heading:first-of-type::before,
.snapweb-core-dashboard--minimal .snapweb-core-plans-layout > .snapweb-core-subsection-heading:first-of-type::before,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="snapshots"] .snapweb-core-subsection-heading:first-of-type::before,
.snapweb-core-dashboard--minimal [data-snapweb-core-panel="domains"] .snapweb-core-subsection-heading:first-of-type::before,
.snapweb-core-launch-deck > .snapweb-core-dashboard__notice[hidden] + .snapweb-core-subsection-heading::before {
	display: none;
}

.snapweb-core-section-heading {
	margin-bottom: 14px;
}

.snapweb-core-section-heading h3 {
	margin: 0 0 6px;
	font-size: 20px;
}

.snapweb-core-section-heading p {
	margin: 2px 0 0;
	color: #607282;
	font-size: 13px;
}

.snapweb-core-overview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.snapweb-core-launch-deck {
	display: grid;
	gap: 14px;
	margin-bottom: 16px;
}

.snapweb-core-subsection-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	padding-top: 14px;
	position: relative;
}

.snapweb-core-launch-deck > .snapweb-core-subsection-heading:first-child {
	padding-top: 0;
}

.snapweb-core-subsection-heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(148, 163, 184, 0.24) 0%, rgba(148, 163, 184, 0.08) 100%);
}

.snapweb-core-launch-deck > .snapweb-core-subsection-heading:first-child::before {
	display: none;
}

.snapweb-core-subsection-heading h4 {
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
	color: #0f172a;
}

.snapweb-core-subsection-heading p {
	margin: 5px 0 0;
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-overview-grid--plans {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.snapweb-core-credits-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, .9fr);
	gap: 14px;
	margin-bottom: 18px;
}

.snapweb-core-credits-panel {
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.snapweb-core-credits-balance {
	display: grid;
	gap: 4px;
}

.snapweb-core-credits-balance__label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #64748b;
}

.snapweb-core-credits-balance__value {
	font-size: 28px;
	line-height: 1;
	color: #0f172a;
}

.snapweb-core-credits-balance__note {
	color: #64748b;
	font-size: 13px;
}

.snapweb-core-credits-packs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
}

.snapweb-core-credit-pack {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #e5edf5;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.03);
}

.snapweb-core-credit-pack__topline {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

.snapweb-core-credit-pack__topline strong {
	display: block;
	color: #0f172a;
}

.snapweb-core-credit-pack__topline p,
.snapweb-core-credit-pack__meta {
	margin: 4px 0 0;
	font-size: 13px;
	color: #64748b;
}

.snapweb-core-credit-pack__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-plan-strip {
	margin-bottom: 0;
}

.snapweb-core-overview-card {
	padding: 14px 15px;
	border: 1px solid #e9eff5;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	display: grid;
	gap: 7px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.03);
}

.snapweb-core-widget-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #f1f5f9;
	color: #334155;
}

.snapweb-core-widget-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.snapweb-core-widget-icon--sites {
	background: #eff6ff;
	color: #2563eb;
}

.snapweb-core-widget-icon--plans {
	background: #eefbf3;
	color: #15803d;
}

.snapweb-core-widget-icon--subscription {
	background: #f8f1ff;
	color: #7c3aed;
}

.snapweb-core-widget-icon--slots {
	background: #fff7ed;
	color: #ea580c;
}

.snapweb-core-widget-icon--domains {
	background: #ecfeff;
	color: #0f766e;
}

.snapweb-core-overview-card__label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #607282;
}

.snapweb-core-overview-card__value {
	display: block;
	margin-top: 4px;
	font-size: 18px;
}

.snapweb-core-overview-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.snapweb-core-overview-card__header-main {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.snapweb-core-overview-card__meta,
.snapweb-core-overview-card__actions {
	margin: 0;
}

.snapweb-core-overview-card__meta {
	font-size: 12px;
	color: #607282;
}

.snapweb-core-overview-card--plan .snapweb-core-overview-card__value {
	font-size: 18px;
}

.snapweb-core-plan-tile {
	align-content: start;
	min-height: 100%;
}

.snapweb-core-template-card {
	display: grid;
	gap: 10px;
	width: 100%;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.snapweb-core-template-card__frame {
	position: relative;
	display: block;
	overflow: hidden;
	height: 220px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 34px rgba(15, 23, 42, 0.08);
}

.snapweb-core-template-card__frame::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 58%, rgba(15, 23, 42, 0.18) 100%);
	pointer-events: none;
	z-index: 1;
}

.snapweb-core-template-card__frame img {
	display: block;
	width: 100%;
	height: auto;
	transform: translateY(0);
	will-change: transform;
}

.snapweb-core-template-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
}

.snapweb-core-template-card__cta::after {
	content: 'â†—';
	font-size: 13px;
	line-height: 1;
	color: #2563eb;
}

.snapweb-core-template-card:hover .snapweb-core-template-card__frame,
.snapweb-core-template-card:focus-visible .snapweb-core-template-card__frame {
	border-color: rgba(96, 165, 250, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 18px 42px rgba(37, 99, 235, 0.12);
}

.snapweb-core-template-card:focus-visible {
	outline: none;
}

.snapweb-core-price-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.snapweb-core-server-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.snapweb-core-server-chip {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	font-size: 11px;
	font-weight: 600;
}

.snapweb-core-price-chip {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border: 1px solid #d9e6f2;
	border-radius: 999px;
	background: #f8fbff;
	color: #1f3b53;
	font-size: 11px;
	font-weight: 600;
}

.snapweb-core-plan-price {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid #e3edf7;
	border-radius: 16px;
	background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
	color: #5f7189;
	font-size: 12px;
}

.snapweb-core-plan-price__eyebrow {
	color: #7b8da5;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.snapweb-core-plan-price strong {
	color: #0f172a;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.snapweb-core-plan-billing-menu {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.snapweb-core-plan-billing-menu summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #d9e6f2;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
	color: #1f3b53;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.snapweb-core-plan-billing-menu summary::-webkit-details-marker {
	display: none;
}

.snapweb-core-plan-billing-menu summary:hover,
.snapweb-core-plan-billing-menu[open] summary {
	border-color: #bfdbfe;
	background: #f8fbff;
	color: #2563eb;
}

.snapweb-core-plan-billing-menu__list {
	position: absolute;
	right: 0;
	bottom: calc(100% + 8px);
	z-index: 12;
	display: grid;
	min-width: 220px;
	padding: 8px;
	border: 1px solid #d9e6f2;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
}

.snapweb-core-plan-billing-menu__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 10px;
	border-radius: 12px;
	color: #26384f;
	text-decoration: none;
}

.snapweb-core-plan-billing-menu__list a:hover,
.snapweb-core-plan-billing-menu__list a:focus-visible {
	background: #f1f7ff;
	color: #2563eb;
	outline: none;
}

.snapweb-core-plan-billing-menu__list strong {
	color: #0f172a;
	font-size: 12px;
	white-space: nowrap;
}

.snapweb-core-create label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.snapweb-core-create input,
.snapweb-core-create select {
	min-height: 32px;
	border-radius: 999px;
}

.snapweb-core-create__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 2px;
}

.snapweb-core-create__caption {
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-create__help {
	margin: 0 0 12px;
	color: #607282;
}

.snapweb-core-create__row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: end;
}

.snapweb-core-create__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 12px 0 16px;
}

.snapweb-core-create__step {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border: 1px solid #edf2f7;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.snapweb-core-create__step.is-active {
	border-color: #d9e7f7;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.snapweb-core-create__step.is-complete {
	border-color: rgba(34, 197, 94, 0.24);
	background: linear-gradient(180deg, #ffffff 0%, #f7fcf8 100%);
}

.snapweb-core-create__step.is-pending {
	opacity: 0.72;
}

.snapweb-core-create__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 700;
	flex: 0 0 auto;
}

.snapweb-core-create__step.is-complete .snapweb-core-create__step-number {
	background: #ecfdf3;
	color: #15803d;
	font-size: 0;
}

.snapweb-core-create__step.is-complete .snapweb-core-create__step-number::before {
	content: 'âœ“';
	font-size: 12px;
	font-weight: 800;
}

.snapweb-core-create__step-copy {
	display: grid;
	gap: 3px;
}

.snapweb-core-create__step-copy strong {
	font-size: 13px;
	line-height: 1.35;
	color: #0f172a;
}

.snapweb-core-create__step-copy span {
	font-size: 11px;
	line-height: 1.45;
	color: #6b7b8c;
}

.snapweb-core-create__launcher {
	display: grid;
	gap: 14px;
}

.snapweb-core-create__source-panel {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid #e6edf5;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.snapweb-core-create__source-heading {
	flex: 0 0 auto;
}

.snapweb-core-create__source-heading strong {
	font-size: 13px;
	color: #0f172a;
}

.snapweb-core-create__source-options {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.snapweb-core-create__source-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #d7e1ec;
	border-radius: 999px;
	background: #ffffff;
	color: #1f2937;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(15, 23, 42, .04);
	transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.snapweb-core-create__source-option strong {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

.snapweb-core-create__source-option:hover,
.snapweb-core-create__source-option:focus-visible {
	border-color: #93c5fd;
	background: #f8fbff;
	color: #0f172a;
	outline: none;
	box-shadow: 0 8px 20px rgba(59, 130, 246, .1);
	transform: translateY(-1px);
}

.snapweb-core-create__source-option.is-active {
	border-color: #93c5fd;
	background: #eff6ff;
	color: #1d4ed8;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .18), 0 8px 20px rgba(59, 130, 246, .1);
}

.snapweb-core-create__source-option.is-active:hover,
.snapweb-core-create__source-option.is-active:focus-visible {
	border-color: #60a5fa;
	background: #dbeafe;
	color: #1d4ed8;
}

.snapweb-core-create__source-option:disabled {
	cursor: not-allowed;
	opacity: .58;
	box-shadow: none;
}

.snapweb-core-create__step-panel {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid #e6edf5;
	border-radius: 14px;
	background: #ffffff;
	min-width: 0;
	overflow: visible;
}

.snapweb-core-create__step-panel.is-active {
	border-color: #dbeafe;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.snapweb-core-create__step-panel.is-complete {
	border-color: rgba(34, 197, 94, 0.3);
}

.snapweb-core-create__step-panel.is-pending {
	opacity: 0.86;
}

.snapweb-core-create__step-panel[data-snapweb-core-step-panel="payment"] {
	gap: 6px;
}

.snapweb-core-create__step-heading {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.snapweb-core-create__step-panel[data-snapweb-core-step-panel="plan"] > .snapweb-core-create__step-heading {
	padding-right: 116px;
}

.snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number {
	background: #ecfdf3;
	color: #15803d;
	font-size: 0;
}

.snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number::before {
	content: 'âœ“';
	font-size: 12px;
	font-weight: 800;
}

.snapweb-core-create__step-heading > div {
	display: grid;
	gap: 3px;
}

.snapweb-core-create__step-heading strong {
	font-size: 13px;
	line-height: 1.35;
	color: #0f172a;
}

.snapweb-core-create__step-heading span:not(.snapweb-core-create__step-number) {
	font-size: 11px;
	line-height: 1.45;
	color: #6b7b8c;
}

.snapweb-core-create__setup-row {
	display: grid;
	grid-template-columns: minmax(260px, 420px);
	gap: 16px;
	align-items: start;
}

.snapweb-core-create__name-area {
	display: grid;
	grid-template-columns: minmax(180px, 330px);
	gap: 6px;
	align-items: start;
}

.snapweb-core-create__name-control {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 330px;
}

.snapweb-core-create__check-name {
	flex: 0 0 auto;
}

.snapweb-core-create__advanced-popover {
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 12;
}

.snapweb-core-create__advanced-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #d7e0ea;
	border-radius: 10px;
	background: #ffffff;
	color: #334155;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .01em;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(15, 23, 42, .04);
	transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.snapweb-core-create__advanced-toggle svg {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
}

.snapweb-core-create__advanced-toggle:hover,
.snapweb-core-create__advanced-toggle:focus-visible,
.snapweb-core-create__advanced-toggle.is-active {
	border-color: #93c5fd;
	background: #f8fbff;
	color: #1d4ed8;
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .08);
}

.snapweb-core-create__advanced-menu {
	position: absolute;
	top: 36px;
	right: 0;
	width: min(338px, calc(100vw - 32px));
	border: 1px solid #dbe7f5;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(15, 23, 42, .14);
	overflow: hidden;
}

.snapweb-core-create__advanced-menu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 12px;
	border-bottom: 1px solid #edf2f7;
	background: #f8fbff;
}

.snapweb-core-create__advanced-menu-head strong {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f172a;
}

.snapweb-core-create__advanced-menu-head span {
	font-size: 10px;
	line-height: 1.3;
	color: #64748b;
	text-align: right;
}

.snapweb-core-create__advanced-grid {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	gap: 5px;
	padding: 6px 10px 5px;
}

.snapweb-core-create__advanced-field {
	display: grid;
	gap: 4px;
	justify-items: center;
	min-width: 0;
	width: 56px;
}

.snapweb-core-create__advanced-field span {
	display: block;
	width: 56px;
	margin-bottom: 1px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #7c8ca0;
	line-height: 1;
	text-align: center;
}

.snapweb-core-create__advanced-field select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 25px;
	height: 25px;
	padding: 0 14px;
	border: 1px solid #d7e0ea;
	border-radius: 999px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%235b7190' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 5px center;
	background-size: 10px;
	background-repeat: no-repeat;
	color: #0f172a;
	font-size: 9px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-align-last: center;
	box-shadow: none;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.snapweb-core-create__advanced-field select option {
	text-align: center;
}

.snapweb-core-create__advanced-field--wp select {
	padding-right: 10px;
	padding-left: 3px;
	background-position: right 3px center;
	background-size: 8px;
	font-size: 7px;
	font-weight: 650;
	letter-spacing: -0.03em;
}

.snapweb-core-create__advanced-field select:hover,
.snapweb-core-create__advanced-field select:focus {
	border-color: #93c5fd;
	background-color: #f8fbff;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .2), 0 0 0 3px rgba(147, 197, 253, .18);
	outline: none;
}

.snapweb-core-create__step.is-complete .snapweb-core-create__step-number::before,
.snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number::before {
	content: '\2713';
}

.snapweb-core-create__advanced-meta {
	display: grid;
	grid-template-columns: repeat(2, 56px);
	justify-content: center;
	justify-items: center;
	gap: 5px;
	padding: 1px 10px 7px;
}

.snapweb-core-create__advanced-meta label {
	display: grid;
	gap: 4px;
	justify-items: center;
	min-width: 0;
	width: 56px;
}

.snapweb-core-create__advanced-meta span {
	display: block;
	width: 56px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #7c8ca0;
	line-height: 1;
	text-align: center;
}

.snapweb-core-create__advanced-meta select {
	appearance: none;
	-webkit-appearance: none;
	width: 56px;
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	padding: 0 6px;
	border: 1px solid #d7e0ea;
	border-radius: 999px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%235b7190' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 5px center;
	background-size: 10px;
	background-repeat: no-repeat;
	color: #0f172a;
	font-size: 9px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	text-align-last: center;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.snapweb-core-create__advanced-meta select:focus,
.snapweb-core-create__advanced-meta select:hover {
	border-color: #93c5fd;
	background-color: #f8fbff;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .2), 0 0 0 3px rgba(147, 197, 253, .18);
}

.snapweb-core-create__plan-scroll {
	display: grid;
	gap: 8px;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	scrollbar-width: thin;
}

.snapweb-core-create__blocked {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	padding: 12px 0 2px;
}

.snapweb-core-create__blocked-copy {
	display: grid;
	gap: 5px;
}

.snapweb-core-create__blocked-copy strong {
	font-size: 14px;
	line-height: 1.35;
	color: #0f172a;
}

.snapweb-core-create__blocked-copy p {
	margin: 0;
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-create__field {
	display: grid;
	gap: 7px;
	flex: 1 1 220px;
	min-width: min(100%, 220px);
}

.snapweb-core-create__plan-table-head {
	display: grid;
	grid-template-columns: minmax(180px, 1.35fr) minmax(124px, .7fr) repeat(3, minmax(76px, .54fr)) repeat(5, minmax(80px, .55fr));
	gap: 12px;
	box-sizing: border-box;
	align-items: center;
	justify-items: center;
	min-width: 1100px;
	padding: 10px 18px 10px 52px;
	border: 1px solid #edf2f7;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfdff 0%, #f7fafc 100%);
	color: #7b8a9b;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.snapweb-core-create__plan-table-head span {
	display: grid;
	place-items: center;
	text-align: center;
	justify-self: stretch;
	width: 100%;
	min-height: 28px;
}

.snapweb-core-create__picker {
	display: grid;
	gap: 8px;
}

.snapweb-core-create__field--payment .snapweb-core-create__picker,
.snapweb-core-create__field--server .snapweb-core-create__picker {
	grid-template-columns: minmax(0, 1fr);
}

.snapweb-core-create__field--template .snapweb-core-create__picker {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.snapweb-core-create__picker--template {
	display: flex;
	gap: 12px;
	align-items: start;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.snapweb-core-create__picker--snapshot {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.snapweb-core-create__picker-option {
	display: grid;
	gap: 12px;
	position: relative;
	padding: 16px 18px 16px 52px;
	text-align: left;
	border: 1px solid #d9e3ec;
	border-radius: 14px;
	background: #ffffff;
	color: #0f172a;
	cursor: pointer;
	font: inherit;
	min-height: 0;
	width: 100%;
	min-width: 0;
	max-width: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
	transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.snapweb-core-create__picker-option::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 18px;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	border: 1.5px solid #cbd5e1;
	background: #ffffff;
	box-shadow: inset 0 0 0 4px #ffffff;
}

.snapweb-core-create__field--payment .snapweb-core-create__picker-option,
.snapweb-core-create__field--template .snapweb-core-create__picker-option {
	align-content: start;
	min-height: 0;
}

.snapweb-core-create__field--server .snapweb-core-create__picker-option {
	border-radius: 14px;
}

.snapweb-core-create__field--payment-final {
	margin-top: 4px;
}

.snapweb-core-create__payment-panel {
	display: grid;
	gap: 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.snapweb-core-create__payment-note {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -0.01em;
	color: #415a75;
}

.snapweb-core-create__payment-options,
.snapweb-core-create__payment-checkout {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-create__payment-checkout .snapweb-core-button {
	min-height: 36px;
	height: auto;
	padding: 5px 13px;
	border-radius: 999px;
	border-color: #d0d7de;
	background: transparent;
	box-shadow: none;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	transition: opacity .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

