/* SnapWeb Core frontend styles chunk 2 of 4. Loaded by the snapweb-core style handle. */

.snapweb-core-create__payment-checkout .snapweb-core-create__billing-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1px;
	min-width: 92px;
	line-height: 1.05;
	text-align: center;
}

.snapweb-core-create__billing-label {
	color: inherit;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .01em;
}

.snapweb-core-create__billing-price {
	color: #64748b;
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: 0;
}

.snapweb-core-create__payment-checkout .snapweb-core-button:hover,
.snapweb-core-create__payment-checkout .snapweb-core-button:focus-visible {
	transform: none;
	border-color: #cbd5e1;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 90%, #f8fafc 10%);
	box-shadow: none;
	color: inherit;
}

.snapweb-core-create__payment-option {
	display: grid;
	gap: 4px;
	min-width: 180px;
	padding: 10px 12px;
	border: 1px solid #d9e3ec;
	border-radius: 12px;
	background: #ffffff;
	text-align: left;
	color: #0f172a;
	cursor: pointer;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.snapweb-core-create__payment-option strong {
	font-size: 13px;
	line-height: 1.3;
}

.snapweb-core-create__payment-option span {
	font-size: 11px;
	line-height: 1.45;
	color: #64748b;
}

.snapweb-core-create__payment-option:hover,
.snapweb-core-create__payment-option:focus-visible,
.snapweb-core-create__payment-option.is-active {
	border-color: rgba(96, 165, 250, .42);
	background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
	box-shadow: 0 10px 22px rgba(37, 99, 235, .08);
	outline: none;
}

.snapweb-core-create__picker-option strong {
	font-size: 12.5px;
	line-height: 1.3;
}

.snapweb-core-create__picker-option:hover,
.snapweb-core-create__picker-option:focus-visible {
	border-color: rgba(96, 165, 250, .38);
	background: #fbfdff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
	outline: none;
}

.snapweb-core-create__picker-option.is-active {
	border-color: rgba(96, 165, 250, .42);
	background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
	box-shadow: 0 10px 24px rgba(37, 99, 235, .09);
}

.snapweb-core-create__picker-option.is-active::before {
	border-color: #2563eb;
	box-shadow: inset 0 0 0 4px #ffffff;
	background: #2563eb;
}

.snapweb-core-create__picker-option--plan {
	box-sizing: border-box;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 16px;
	min-width: 1060px;
}

.snapweb-core-create__picker-option--plan::before {
	top: 50%;
	transform: translateY(-50%);
}

.snapweb-core-create__picker-topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.snapweb-core-create__picker-badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eef3f8;
	color: #476072;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	flex: 0 0 auto;
}

.snapweb-core-create__picker-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.snapweb-core-create__picker-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.snapweb-core-create__picker-metrics--table {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding-top: 2px;
}

.snapweb-core-create__picker-chip {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #ffffff;
	color: #334155;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
}

.snapweb-core-create__picker-stat {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.snapweb-core-create__picker-stat small {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #7b8a9b;
}

.snapweb-core-create__picker-stat strong {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	color: #0f172a;
}

.snapweb-core-create__picker-table {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.6fr) minmax(220px, 0.85fr);
	align-items: start;
	gap: 14px;
}

.snapweb-core-create__picker-table--plan {
	grid-template-columns: minmax(180px, 1.35fr) minmax(124px, .7fr) repeat(3, minmax(76px, .54fr)) repeat(5, minmax(80px, .55fr));
	gap: 12px;
	align-items: stretch;
	justify-items: center;
	min-width: 100%;
}

.snapweb-core-create__picker-table--plan > * {
	min-height: 42px;
	display: grid;
	place-items: center;
}

.snapweb-core-create__picker-table--server {
	grid-template-columns: minmax(0, 1.15fr) repeat(4, minmax(92px, 0.42fr));
}

.snapweb-core-create__picker-main,
.snapweb-core-create__picker-column {
	display: grid;
	gap: 4px;
	min-width: 0;
	width: 100%;
	text-align: center;
	align-items: center;
	align-content: center;
	justify-items: center;
}

.snapweb-core-create__picker-main {
	text-align: center;
	justify-items: center;
}

.snapweb-core-create__picker-main strong {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}

.snapweb-core-create__picker-plan-heading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.snapweb-core-create__picker-subline {
	font-size: 11px;
	line-height: 1.45;
	color: #64748b;
	text-align: center;
}

.snapweb-core-create__picker-inline-badge {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0 8px;
	border-radius: 999px;
	background: #e8f7ee;
	color: #15803d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.snapweb-core-create__picker-inline-badge--muted {
	background: #eef3f8;
	color: #526579;
}

.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-main,
.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-column {
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	justify-self: stretch;
	text-align: center;
}

.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-column small {
	display: none;
}

.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-column strong {
	display: grid;
	place-items: center;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 560;
	width: 100%;
	text-align: center;
}

.snapweb-core-create__plan-billing-wrap {
	position: relative;
	display: inline-flex;
	width: 100%;
	max-width: 138px;
}

.snapweb-core-create__plan-billing-button {
	position: relative;
	width: 100%;
	white-space: nowrap;
	min-height: 32px;
	height: 32px;
	padding: 0 23px 0 11px;
	border: 1px solid #d8e3ef;
	border-radius: 999px;
	background-color: #ffffff;
	color: #0f172a;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.snapweb-core-create__plan-billing-button [data-snapweb-core-plan-billing-current] {
	display: block;
	white-space: nowrap;
}

.snapweb-core-create__plan-billing-button [data-snapweb-core-upgrade-billing-current] {
	display: block;
	white-space: nowrap;
}

.snapweb-core-create__plan-billing-button::before,
.snapweb-core-create__plan-billing-button::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 5px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	display: block;
	opacity: .72;
	pointer-events: none;
}

.snapweb-core-create__plan-billing-button::before {
	right: 11px;
	transform: translateY(-50%) rotate(45deg);
}

.snapweb-core-create__plan-billing-button::after {
	right: 7px;
	transform: translateY(-50%) rotate(-45deg);
}

.snapweb-core-create__plan-billing-button:hover,
.snapweb-core-create__plan-billing-button:focus-visible,
.snapweb-core-create__plan-billing-button[aria-expanded="true"] {
	border-color: #93c5fd;
	background: #eff6ff;
	color: #1d4ed8;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .14), 0 8px 18px rgba(59, 130, 246, .1);
}

.snapweb-core-create__plan-billing-menu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 7px);
	left: 50%;
	width: 168px;
	padding: 6px;
	border: 1px solid #d8e3ef;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
	transform: translateX(-50%);
}

.snapweb-core-create__plan-billing-menu.is-floating {
	position: fixed;
	z-index: 10080;
	transform: none;
}

.snapweb-core-create__plan-billing-option {
	display: grid;
	grid-template-columns: 78px 58px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 30px;
	height: auto;
	padding: 0 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #0f172a;
	font-size: 10.5px;
	font-weight: 600;
	box-shadow: none;
	column-gap: 10px;
}

.snapweb-core-create__plan-billing-option span {
	white-space: nowrap;
	text-align: left;
	justify-self: start;
}

.snapweb-core-create__plan-billing-option strong {
	display: block;
	justify-self: start;
	width: 58px;
	color: #64748b;
	font-size: 10px;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum" 1;
	white-space: nowrap;
	text-align: left;
}

.snapweb-core-create__picker-option--plan .snapweb-core-create__plan-billing-option strong {
	display: block;
	place-items: initial;
	justify-self: start;
	width: 58px;
	text-align: left;
}

.snapweb-core-create__plan-billing-option:hover,
.snapweb-core-create__plan-billing-option:focus-visible,
.snapweb-core-create__plan-billing-option.is-active {
	background: #eff6ff;
	color: #1d4ed8;
	outline: none;
}

.snapweb-core-create .snapweb-core-create__plan-billing-button {
	min-height: 32px;
	height: 32px;
	padding: 0 23px 0 11px;
	border-radius: 999px;
}

.snapweb-core-create .snapweb-core-create__plan-billing-button::before,
.snapweb-core-create .snapweb-core-create__plan-billing-button::after {
	display: block;
}

.snapweb-core-upgrade-option .snapweb-core-create__plan-billing-button {
	min-height: 32px;
	height: 32px;
	padding: 0 23px 0 11px;
	border-radius: 999px;
}

.snapweb-core-upgrade-option .snapweb-core-create__plan-billing-button::before,
.snapweb-core-upgrade-option .snapweb-core-create__plan-billing-button::after {
	display: block !important;
}

.snapweb-core-create .snapweb-core-create__plan-billing-option {
	display: grid;
	grid-template-columns: 78px 58px;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	min-height: 30px;
	height: auto;
	padding: 0 12px;
	border-radius: 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.snapweb-core-create .snapweb-core-create__plan-billing-option:hover,
.snapweb-core-create .snapweb-core-create__plan-billing-option:focus-visible,
.snapweb-core-create .snapweb-core-create__plan-billing-option.is-active {
	background: #eff6ff;
	color: #1d4ed8;
}

.snapweb-core-create__picker-column small {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #7b8a9b;
}

.snapweb-core-create__picker-column strong {
	font-size: 12px;
	line-height: 1.45;
	font-weight: 560;
	color: #0f172a;
}

.snapweb-core-create__picker-features {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.snapweb-core-create__picker-feature {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
	color: #334155;
	font-size: 11px;
	font-weight: 600;
}

.snapweb-core-create__picker-foot {
	font-size: 11px;
	color: #6b7b8c;
	line-height: 1.4;
	padding-top: 2px;
}

.snapweb-core-create__template-frame {
	position: relative;
	display: grid;
	place-items: start;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	border: 0;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #f8fafc 0%, #eef4f9 100%);
	min-height: 155px;
	max-height: 155px;
}

.snapweb-core-create__template-frame img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 155px;
	object-fit: cover;
	transform: translateY(0);
	will-change: transform;
}

.snapweb-core-create__template-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 155px;
	padding: 18px;
	text-align: center;
	font-size: 12px;
	color: #64748b;
}

.snapweb-core-create__picker-option--template {
	gap: 0;
	padding: 0 0 12px;
	overflow: hidden;
	border-radius: 16px;
	flex: 0 0 210px;
	width: 210px;
	min-width: 210px;
}

.snapweb-core-create__picker-option--snapshot {
	gap: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 16px;
}

.snapweb-core-create__picker-option--template::before,
.snapweb-core-create__picker-option--snapshot::before {
	display: none;
}

.snapweb-core-create__snapshot-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 118px;
	padding: 4px;
}

.snapweb-core-create__snapshot-description {
	display: block;
	color: #64748b;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.snapweb-core-create__picker-option--template .snapweb-core-create__picker-foot {
	font-size: 12px;
	line-height: 1.45;
	color: #64748b;
}

.snapweb-core-create__picker-option--template.is-active .snapweb-core-create__template-frame {
	box-shadow: none;
}

.snapweb-core-create__template-meta {
	display: grid;
	gap: 7px;
	padding: 12px 12px 10px;
}

.snapweb-core-create__template-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

.snapweb-core-create__template-meta strong {
	min-width: 0;
	font-size: 13px;
	line-height: 1.25;
	color: #0f172a;
}

.snapweb-core-create__template-instant-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.10);
}

.snapweb-core-create__template-instant-icon svg {
	display: block;
	width: 14px;
	height: 14px;
}

.snapweb-core-create__template-meta .snapweb-core-create__picker-badge {
	justify-self: start;
	min-height: 20px;
	padding: 0 7px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.025em;
	text-transform: none;
}

.snapweb-core-create__template-filters {
	display: grid;
	grid-template-columns: minmax(200px, 1fr) minmax(140px, 180px) minmax(120px, 160px) 32px;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
}

.snapweb-core-create__template-filter {
	position: relative;
	min-width: 0;
}

.snapweb-core-create__template-filter--search {
	max-width: none;
}

.snapweb-core-create__template-filters--snapshot {
	grid-template-columns: minmax(190px, 320px) 32px;
	max-width: 368px;
}

.snapweb-core-create__template-filters input,
.snapweb-core-create__template-filters select {
	width: 100%;
	margin: 0;
}

.snapweb-core-create__template-filters input::placeholder {
	color: #8793a2;
	opacity: 1;
	font-weight: 500;
}

.snapweb-core-create__template-filters select {
	appearance: none;
	-webkit-appearance: none;
	padding: 0 28px 0 11px;
	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-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 11px 11px;
	cursor: pointer;
}

.snapweb-core-create__template-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	height: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	padding: 0 !important;
	margin: 0;
	border: 1px solid rgba(220, 38, 38, 0.22);
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #fff6f6 100%);
	color: #c24141;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.94);
	cursor: pointer;
	box-sizing: border-box;
	font-size: 0;
	line-height: 1 !important;
	transition: border-color .16s ease, box-shadow .16s ease, color .16s ease, background .16s ease;
}

.snapweb-core-create__template-clear svg {
	display: none;
}

.snapweb-core-create__template-clear::before {
	content: "\00d7";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: currentColor;
	font-size: 21px;
	font-weight: 700;
	line-height: 18px;
	transform: none;
}

.snapweb-core-create__template-clear:hover,
.snapweb-core-create__template-clear:focus-visible {
	border-color: rgba(220, 38, 38, 0.36);
	background: linear-gradient(180deg, #ffffff 0%, #feecec 100%);
	color: #b91c1c;
	outline: none;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.10);
}

.snapweb-core-create__template-empty {
	margin: 10px 0 0;
	color: #64748b;
	font-size: 13px;
}

.snapweb-core-create__template-badges {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	flex-wrap: wrap;
}

.snapweb-core-create__template-category-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 20px;
	padding: 0 7px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 9px;
	font-weight: 750;
	line-height: 1;
}

.snapweb-core-create__template-category-badge {
	border-color: #e2e8f0;
	background: #f8fafc;
	color: #475569;
}

.snapweb-core-create__template-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 0 12px;
}

.snapweb-core-create__template-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #d9e3ec;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.snapweb-core-create__template-action svg {
	display: block;
	width: 16px;
	height: 16px;
}

.snapweb-core-template-icon--check {
	display: none;
}

.snapweb-core-create__template-action--select {
	border-color: #cbd5e1;
}

.snapweb-core-create__picker-option--template.is-active .snapweb-core-create__template-action--select {
	border-color: #2563eb;
	background: #2563eb;
	color: #ffffff;
}

.snapweb-core-create__picker-option--template.is-active .snapweb-core-template-icon--circle {
	display: none;
}

.snapweb-core-create__picker-option--template.is-active .snapweb-core-template-icon--check {
	display: block;
}

.snapweb-core-create__template-action:hover,
.snapweb-core-create__template-action:focus-visible {
	border-color: rgba(96, 165, 250, .42);
	background: #f8fbff;
	outline: none;
}

.snapweb-core-create__name-status {
	font-size: 12px;
	line-height: 1.45;
	color: #64748b;
	min-height: 18px;
}

.snapweb-core-create__name-status.is-success {
	color: #15803d;
}

.snapweb-core-create__name-status.is-error {
	color: #b91c1c;
}

.snapweb-core-create__name-status.is-pending {
	color: #1d4ed8;
}

.snapweb-core-domain-create-form .snapweb-core-create__row {
	align-items: end;
}

.snapweb-core-create__select {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
}

.snapweb-core-create__field-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7b8c;
}

.snapweb-core-admin-provider-plan-table-wrap {
	margin-top: 12px;
	border: 1px solid #e5ecf3;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}

.snapweb-core-admin-provider-plan-table {
	margin: 0;
	border: 0;
}

.snapweb-core-admin-provider-plan-table th,
.snapweb-core-admin-provider-plan-table td {
	vertical-align: middle;
}

@media (max-width: 860px) {
	.snapweb-core-create__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snapweb-core-create__source-options {
		display: flex;
	}

	.snapweb-core-create__source-option {
		min-height: 0;
	}

	.snapweb-core-create__setup-row {
		grid-template-columns: 1fr;
	}

	.snapweb-core-create__step-panel[data-snapweb-core-step-panel="plan"] > .snapweb-core-create__step-heading {
		padding-right: 0;
	}

	.snapweb-core-create__advanced-popover {
		position: static;
		justify-self: start;
	}

	.snapweb-core-create__advanced-menu {
		position: static;
		width: min(100%, calc(100vw - 48px));
		margin-top: 8px;
	}

	.snapweb-core-create__advanced-menu-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.snapweb-core-create__advanced-menu-head span {
		text-align: left;
	}

	.snapweb-core-create__advanced-grid {
		flex-wrap: wrap;
	}

	.snapweb-core-create__plan-table-head {
		display: none;
	}

	.snapweb-core-create__picker-metrics--table {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snapweb-core-create__picker-table,
	.snapweb-core-create__picker-table--server {
		grid-template-columns: 1fr 1fr;
	}

	.snapweb-core-create__picker-table--plan {
		grid-template-columns: 1fr 1fr;
	}

	.snapweb-core-create__picker-option--plan,
	.snapweb-core-create__plan-table-head {
		min-width: 720px;
	}

	.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-column small {
		display: block;
	}

	.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-column strong {
		text-align: center;
	}

	.snapweb-core-create__picker-main {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.snapweb-core-create__name-control {
		align-items: stretch;
		flex-direction: column;
	}
}

.snapweb-core-create__submit {
	display: flex;
	align-items: end;
}

.snapweb-core-create__submit button[disabled] {
	opacity: 0.52;
	cursor: not-allowed;
	box-shadow: none;
}

.snapweb-core-create select {
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid #d9e3ec;
	border-radius: 12px;
	background: #ffffff;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02);
}

.snapweb-core-create input {
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid #d9e3ec;
	border-radius: 12px;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02);
}

.snapweb-core-create input.snapweb-core-create__name-input,
.snapweb-core-create select.snapweb-core-create__name-input {
	min-height: 32px;
	height: 32px;
	padding: 0 11px;
	border-radius: 999px;
	background: #ffffff;
	font-size: 12.5px;
	line-height: 32px;
	border-color: #d7e0ea;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.snapweb-core-create input.snapweb-core-create__name-input:focus,
.snapweb-core-create select.snapweb-core-create__name-input:focus {
	border-color: rgba(96, 165, 250, .45);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
	outline: none;
}

.snapweb-core-create .snapweb-core-create__template-filters input,
.snapweb-core-create .snapweb-core-create__template-filters select {
	width: 100%;
	min-height: 32px;
	height: 32px;
	margin: 0;
	border: 1px solid #d7e0ea;
	border-radius: 999px;
	background-color: #ffffff;
	color: #0f172a;
	font-size: 12.5px;
	line-height: 32px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
	transition: border-color .16s ease, box-shadow .16s ease;
	-webkit-tap-highlight-color: transparent;
}

.snapweb-core-create .snapweb-core-create__template-filters input {
	padding: 0 11px;
}

.snapweb-core-create .snapweb-core-create__template-filters select {
	appearance: none;
	-webkit-appearance: none;
	padding: 0 28px 0 11px;
	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-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 11px 11px;
	color-scheme: light;
	cursor: pointer;
}

.snapweb-core-create .snapweb-core-create__template-filters input:focus,
.snapweb-core-create .snapweb-core-create__template-filters select:focus {
	border-color: rgba(96, 165, 250, .45);
	background-color: #ffffff;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
	outline: none;
}

.snapweb-core-create .snapweb-core-create__advanced-toggle {
	min-height: 34px;
	height: 34px;
	border-radius: 999px;
}

.snapweb-core-create .snapweb-core-create__advanced-field {
	gap: 4px;
}

.snapweb-core-create .snapweb-core-create__advanced-field select {
	width: 56px;
	justify-self: center;
	min-height: 25px;
	height: 25px;
	max-height: 25px;
	padding: 0 6px;
	border-radius: 999px;
	line-height: 25px;
	text-align: center;
	text-align-last: center;
	direction: ltr;
}

.snapweb-core-create .snapweb-core-create__advanced-field--wp select {
	width: 56px;
	padding-right: 10px;
	padding-left: 3px;
}

.snapweb-core-create--inline {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.snapweb-core-create.snapweb-core-create--inline {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.snapweb-core-create-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.snapweb-core-create button,
.snapweb-core-site__actions button,
.snapweb-core-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	border: 1px solid #d0d7de;
	background: transparent;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	transition: opacity .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
	transform: none;
}

.snapweb-core-create button::after,
.snapweb-core-site__actions button::after,
.snapweb-core-button::after {
	display: none;
}

.snapweb-core-create button:hover,
.snapweb-core-create button:focus-visible,
.snapweb-core-site__actions button:hover,
.snapweb-core-site__actions button:focus-visible,
.snapweb-core-button:hover,
.snapweb-core-button:focus-visible {
	opacity: 1;
	border-color: #cbd5e1;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 90%, #f8fafc 10%);
	color: inherit;
	text-decoration: none;
	outline: none;
}

.snapweb-core-create button:disabled,
.snapweb-core-site__actions button:disabled,
.snapweb-core-button:disabled {
	opacity: .58;
	cursor: not-allowed;
}

.snapweb-core-button.is-disabled {
	opacity: .58;
	cursor: not-allowed;
	pointer-events: none;
}

.snapweb-core-site__actions button[data-snapweb-core-action="delete"] {
	background: #ffffff;
	color: #b32d2e;
	border-color: #b32d2e;
}

.snapweb-core-button--ghost {
	background: transparent;
	color: inherit;
	border-color: #dbe2e8;
}

.snapweb-core-button--soft {
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 92%, var(--snapweb-button-soft-bg) 8%);
	border-color: #dbe7f3;
	color: inherit;
}

.snapweb-core-button--danger {
	background: #dc2626;
	border-color: #dc2626;
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(220, 38, 38, 0.18);
}

.snapweb-core-button--danger:hover,
.snapweb-core-button--danger:focus-visible {
	background: #b91c1c;
	border-color: #b91c1c;
	color: #ffffff;
}

.snapweb-core-create .snapweb-core-create__template-action {
	min-height: 32px;
	height: 32px;
	padding: 0 10px;
	border-color: #d9e3ec;
	background: #ffffff;
	font-size: 12px;
	font-weight: 600;
}

.snapweb-core-create .snapweb-core-create__picker-option--template.is-active .snapweb-core-create__template-action--select {
	border-color: #2563eb;
	background: #2563eb;
	color: #ffffff;
}

.snapweb-core-overview-card .snapweb-core-button {
	margin: 0 8px 8px 0;
}

.snapweb-core-copy-row {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
}

.snapweb-core-copy-row a,
.snapweb-core-copy-row span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.snapweb-core-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid transparent;
}

.snapweb-core-badge--muted {
	background: #eef3f8;
	color: #466072;
	border-color: #dde6ee;
}

.snapweb-core-badge--success {
	background: #e7f8ee;
	color: #156c43;
	border-color: #cbeed9;
}

.snapweb-core-badge--warning {
	background: #fff4e5;
	color: #9a4d00;
	border-color: #f3ddba;
}

.snapweb-core-badge--info {
	background: #ebf5ff;
	color: #175ea8;
	border-color: #cfe3fb;
}

.snapweb-core-copy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(241, 245, 249, .98) 100%);
	color: rgba(15, 23, 42, .78);
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .92);
	transition: border-color .16s ease, color .16s ease, background .16s ease, box-shadow .16s ease;
}

.snapweb-core-copy-button:hover,
.snapweb-core-copy-button:focus-visible {
	border-color: rgba(96, 165, 250, .42);
	color: rgba(15, 23, 42, .96);
	outline: none;
}

.snapweb-core-copy-button.is-copied {
	border-color: rgba(34, 197, 94, .38);
	background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
	color: #166534;
}

.snapweb-core-copy-button.is-copy-failed {
	border-color: rgba(248, 113, 113, .34);
	background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
	color: #b91c1c;
}

.snapweb-core-copy-button svg {
	width: 14px;
	height: 14px;
	pointer-events: none;
}

.snapweb-core-sites {
	display: grid;
	gap: 12px;
}

.snapweb-core-empty {
	padding: 28px 22px;
	border: 1px dashed #c9d4de;
	border-radius: 8px;
	background: #fafcfd;
}

.snapweb-core-empty h3 {
	margin: 0 0 8px;
}

.snapweb-core-empty p {
	margin: 0;
	color: #607282;
}

.snapweb-core-site {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 14px;
	border: 1px solid #e8eef5;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.snapweb-core-site[data-snapweb-core-site-id],
.snapweb-core-site[data-snapweb-core-domain-id] {
	transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, padding .16s ease;
}

.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected),
.snapweb-core-site[data-snapweb-core-domain-id]:not(.is-selected) {
	align-items: center;
	padding: 12px 14px;
	border-radius: 16px;
}

.snapweb-core-site[data-snapweb-core-site-id].is-selected,
.snapweb-core-site[data-snapweb-core-domain-id].is-selected {
	padding: 16px;
	border-color: #dbe8f5;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.045);
}

.snapweb-core-site[data-snapweb-core-domain-id].is-selected {
	box-shadow: inset 3px 0 0 #60a5fa, 0 14px 32px rgba(15, 23, 42, 0.045);
}

.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected) .snapweb-core-site__workspace,
.snapweb-core-site[data-snapweb-core-domain-id]:not(.is-selected) [data-snapweb-core-domain-detail] {
	display: none;
}

.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected) .snapweb-core-credentials,
.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected) .snapweb-core-domain-handoff {
	display: none;
}

.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected) .snapweb-core-site__summary,
.snapweb-core-site[data-snapweb-core-domain-id]:not(.is-selected) .snapweb-core-site__summary {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 0;
}

.snapweb-core-site[data-snapweb-core-domain-id]:not(.is-selected) .snapweb-core-domain-row-meta {
	margin-bottom: 0;
}

.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected) .snapweb-core-site__summary-card,
.snapweb-core-site[data-snapweb-core-domain-id]:not(.is-selected) .snapweb-core-site__summary-card {
	padding: 9px 10px;
	background: transparent;
}

.snapweb-core-site[data-snapweb-core-site-id]:not(.is-selected) .snapweb-core-site__quick-actions,
.snapweb-core-site[data-snapweb-core-domain-id]:not(.is-selected) .snapweb-core-site__quick-actions {
	margin-top: 8px;
}

.snapweb-core-site[data-snapweb-core-site-id].is-selected .snapweb-core-site__topline h3,
.snapweb-core-site[data-snapweb-core-domain-id].is-selected .snapweb-core-site__topline h3 {
	color: #0f172a;
}

.snapweb-core-sites > .snapweb-core-site:first-child {
	border-top: 1px solid #e8eef5;
}

.snapweb-core-sites > .snapweb-core-site.is-selected:first-child {
	border-top: 1px solid #dbe8f5;
}

.snapweb-core-site__main {
	min-width: 0;
}

.snapweb-core-site__main > .snapweb-core-site__note:first-of-type,
.snapweb-core-site__main > .snapweb-core-progress {
	margin-top: 12px;
}

.snapweb-core-site__topline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.snapweb-core-site__title-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.snapweb-core-site h3 {
	margin: 0;
	font-size: 18px;
}

.snapweb-core-site__url {
	margin: 0 0 10px;
	font-weight: 600;
	word-break: break-word;
}

.snapweb-core-site__access-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 14px;
	margin-bottom: 10px;
}

.snapweb-core-site__access-row .snapweb-core-site__url {
	margin: 0;
}

.snapweb-core-site__entry-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-site__note {
	margin: 0;
	color: #6b7b8c;
	font-size: 12px;
	line-height: 1.5;
}

.snapweb-core-domain-handoff {
	display: grid;
	gap: 10px;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 98%, #f8fbff 2%);
}

.snapweb-core-site__summary {
	display: grid;
	grid-template-columns: minmax(0, 240px);
	gap: 10px;
	margin: 18px 0 14px;
}

.snapweb-core-site__summary--compact {
	margin-bottom: 4px;
}

.snapweb-core-site__summary-card {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.snapweb-core-site__summary-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.055em;
	color: #607282;
}

.snapweb-core-site__summary-tools {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.snapweb-core-site__summary-action,
.snapweb-core-site-table__action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #ffffff;
	color: #334155;
	cursor: pointer;
	transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.snapweb-core-site__summary-action:hover,
.snapweb-core-site__summary-action:focus-visible,
.snapweb-core-site-table__action:hover,
.snapweb-core-site-table__action:focus-visible {
	border-color: rgba(96, 165, 250, .38);
	background: #f8fbff;
	color: #0f172a;
	outline: none;
}

.snapweb-core-site-table__action.is-active {
	border-color: rgba(37, 99, 235, .32);
	background: #eff6ff;
	color: #2563eb;
}

.snapweb-core-site__summary-action svg,
.snapweb-core-site-table__action svg {
	width: 14px;
	height: 14px;
	display: block;
}

