:root {
	--sn-primary: #5b5bd6;
	--sn-primary-dark: #4338ca;
	--sn-primary-deep: #312e81;
	--sn-accent: #0ea5e9;
	--sn-ink: #101828;
	--sn-heading: #0b1220;
	--sn-muted: #667085;
	--sn-subtle: #6b7280;
	--sn-line: #e4e7ec;
	--sn-line-strong: #d0d5dd;
	--sn-soft: #f8fafc;
	--sn-surface: #ffffff;
	--sn-success: #067647;
	--sn-warning: #b54708;
	--sn-danger: #b42318;
	--sn-focus: #84adff;
	--sn-radius-sm: 12px;
	--sn-radius: 16px;
	--sn-radius-lg: 24px;
	--sn-shadow-xs: 0 1px 2px rgba(16, 24, 40, 0.05);
	--sn-shadow: 0 12px 32px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
	--sn-shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.16), 0 8px 24px rgba(15, 23, 42, 0.08);
	--sn-gradient: linear-gradient(135deg, #635bff 0%, #4f46e5 52%, #2563eb 100%);
	--sn-gradient-soft: linear-gradient(135deg, rgba(99, 91, 255, 0.1), rgba(14, 165, 233, 0.08));
}

.sn-single-property *,
.sn-explore *,
.sn-hero-search *,
.sn-dashboard *,
.sn-form-page *,
.sn-checkout *,
.sn-confirmation *,
.sn-saved-page *,
.sn-auth-layout *,
.sn-account-summary *,
.sn-auth-gate *,
.sn-onboarding-card * {
	box-sizing: border-box;
}

.sn-single-property,
.sn-explore,
.sn-hero-search,
.sn-dashboard,
.sn-form-page,
.sn-checkout,
.sn-confirmation,
.sn-saved-page,
.sn-auth-layout,
.sn-account-summary,
.sn-auth-gate,
.sn-onboarding-card {
	color: var(--sn-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.sn-single-property a,
.sn-explore a,
.sn-dashboard a,
.sn-form-page a,
.sn-checkout a,
.sn-confirmation a,
.sn-saved-page a {
	color: inherit;
}

.sn-eyebrow {
	color: var(--sn-primary-dark);
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.sn-button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sn-ink);
	border-radius: 10px;
	color: var(--sn-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 11px 18px;
	text-decoration: none !important;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sn-button:hover {
	transform: translateY(-1px);
}

.sn-button--primary {
	background: linear-gradient(135deg, var(--sn-primary), var(--sn-primary-dark));
	border-color: transparent;
	color: #fff !important;
}

.sn-button--dark {
	background: var(--sn-ink);
	border-color: var(--sn-ink);
	color: #fff !important;
}

.sn-button--outline {
	background: #fff;
	border-color: var(--sn-line);
}

.sn-button--large {
	font-size: 16px;
	min-height: 52px;
	padding: 15px 24px;
}

.sn-button--full {
	width: 100%;
}

.sn-notice {
	border: 1px solid;
	border-radius: 12px;
	margin: 20px auto;
	max-width: 1180px;
	padding: 14px 18px;
}

.sn-notice--success {
	background: #ecfdf3;
	border-color: #a6f4c5;
	color: #067647;
}

.sn-notice--error {
	background: #fff1f0;
	border-color: #fecdca;
	color: #b42318;
}

.sn-hero-search {
	margin: 24px auto 42px;
	max-width: 1120px;
	padding: 0 20px;
}

.sn-search-bar {
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 999px;
	box-shadow: var(--sn-shadow);
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 0.72fr auto;
	margin: 0;
	padding: 7px;
}

.sn-search-field {
	border-right: 1px solid #e8e8e8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-width: 0;
	padding: 7px 22px;
}

.sn-search-field span,
.sn-booking-card label span {
	color: var(--sn-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.sn-search-field input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--sn-ink);
	font-size: 14px;
	height: auto;
	margin: 0;
	min-height: 24px;
	outline: 0;
	padding: 0 !important;
	width: 100%;
}

.sn-search-submit {
	align-items: center;
	background: var(--sn-primary);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	gap: 7px;
	justify-content: center;
	margin-left: 6px;
	min-height: 52px;
	padding: 0 22px;
}

.sn-search-submit span {
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	transform: rotate(-15deg);
}

.sn-explore {
	display: grid;
	gap: 38px;
	grid-template-columns: 270px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 28px 70px;
}

.sn-filter-panel {
	align-self: start;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: var(--sn-radius);
	padding: 22px;
	position: sticky;
	top: 24px;
}

.sn-filter-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sn-filter-heading h2,
.sn-results-toolbar h2 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

.sn-filter-heading button,
.sn-filter-toggle {
	display: none;
}

.sn-filter-group {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

.sn-filter-group > label,
.sn-filter-group > legend {
	color: var(--sn-ink);
	display: block;
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 8px;
	padding: 0;
}

.sn-filter-panel input[type="search"],
.sn-filter-panel input[type="number"],
.sn-filter-panel input[type="date"],
.sn-filter-panel select,
.sn-field input:not([type="checkbox"]):not([type="radio"]),
.sn-field select,
.sn-field textarea,
.sn-message-box textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 9px;
	box-shadow: none;
	color: var(--sn-ink);
	font: inherit;
	height: auto;
	margin: 0;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.sn-field textarea,
.sn-message-box textarea {
	min-height: 100px;
	resize: vertical;
}

.sn-filter-row,
.sn-field-grid {
	display: grid;
	gap: 12px;
}

.sn-filter-row,
.sn-field-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.sn-field-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sn-check-grid {
	display: grid;
	gap: 9px;
}

.sn-check-grid label,
.sn-filter-switches label,
.sn-checkbox-line {
	align-items: flex-start;
	color: #444;
	display: flex;
	font-size: 13px;
	gap: 8px;
	line-height: 1.4;
}

.sn-check-grid input,
.sn-filter-switches input,
.sn-checkbox-line input {
	accent-color: var(--sn-primary);
	margin: 3px 0 0;
}

.sn-filter-switches {
	display: grid;
	gap: 12px;
}

.sn-filter-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.sn-filter-actions > a {
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
}

.sn-results {
	min-width: 0;
}

.sn-results-toolbar {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.sn-sort-form {
	align-items: center;
	display: flex;
	gap: 9px;
}

.sn-sort-form label {
	color: var(--sn-muted);
	font-size: 13px;
}

.sn-sort-form select {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 9px;
	font: inherit;
	font-size: 14px;
	padding: 9px 30px 9px 11px;
}

.sn-property-grid {
	display: grid;
	gap: 32px 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-property-card {
	background: transparent;
	margin: 0;
	min-width: 0;
	position: relative;
}

.sn-property-card__media {
	aspect-ratio: 1.05 / 1;
	background: #eee;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}

.sn-property-card__media > a {
	display: block;
	height: 100%;
}

.sn-property-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.sn-property-card:hover .sn-property-card__media img {
	transform: scale(1.035);
}

.sn-property-card__placeholder {
	align-items: center;
	color: #aaa;
	display: flex;
	font-size: 54px;
	height: 100%;
	justify-content: center;
}

.sn-property-card__type {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	box-shadow: 0 2px 9px rgba(0, 0, 0, 0.12);
	font-size: 11px;
	font-weight: 750;
	left: 12px;
	padding: 7px 11px;
	position: absolute;
	top: 12px;
}

.sn-favourite {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(0, 0, 0, 0.48);
	cursor: pointer;
	display: flex;
	font-size: 29px;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 9px;
	text-shadow: 0 0 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	top: 7px;
	width: 42px;
	z-index: 2;
}

.sn-favourite.is-saved {
	color: var(--sn-primary);
}

.sn-property-card__body {
	padding: 12px 2px 0;
}

.sn-property-card__topline {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 10px;
	justify-content: space-between;
}

.sn-property-card__topline > span:first-child {
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-rating {
	flex: 0 0 auto;
}

.sn-rating--new {
	color: var(--sn-muted);
	font-size: 12px;
	font-weight: 700;
}

.sn-property-card h3 {
	font-size: 15px;
	font-weight: 450;
	line-height: 1.35;
	margin: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-property-card h3 a {
	text-decoration: none;
}

.sn-property-card__details {
	color: var(--sn-muted);
	font-size: 13px;
	margin: 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-property-card__price {
	font-size: 14px;
	margin: 0;
}

.sn-property-card__price strong {
	font-size: 15px;
}

.sn-pagination {
	margin-top: 48px;
}

.sn-pagination ul {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sn-pagination a,
.sn-pagination span {
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-size: 14px;
	height: 38px;
	justify-content: center;
	text-decoration: none;
	width: 38px;
}

.sn-pagination .current {
	background: var(--sn-ink);
	color: #fff;
}

.sn-empty-state,
.sn-auth-gate {
	align-items: center;
	background: var(--sn-soft);
	border-radius: var(--sn-radius-lg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 310px;
	padding: 48px 24px;
	text-align: center;
}

.sn-empty-state__icon,
.sn-auth-gate__icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: var(--sn-shadow);
	display: flex;
	font-size: 28px;
	height: 70px;
	justify-content: center;
	margin-bottom: 16px;
	width: 70px;
}

.sn-empty-state h3,
.sn-auth-gate h2 {
	font-size: 24px;
	margin: 0 0 7px;
}

.sn-empty-state p,
.sn-auth-gate p {
	color: var(--sn-muted);
	margin: 0 0 22px;
	max-width: 480px;
}

/* Single property */
.sn-single-property {
	margin: 0 auto;
	max-width: 1180px;
	padding: 36px 26px 80px;
}

.sn-property-header {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.sn-property-header h1 {
	font-size: clamp(29px, 4vw, 38px);
	letter-spacing: -0.03em;
	line-height: 1.12;
	margin: 0 0 10px;
}

.sn-property-header__meta {
	color: var(--sn-muted);
	font-size: 14px;
	margin: 0;
}

.sn-property-header__meta a {
	color: var(--sn-ink);
	font-weight: 700;
}

.sn-property-header__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 5px;
}

.sn-property-header__actions button {
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--sn-ink);
	cursor: pointer;
	font-size: 14px;
	font-weight: 650;
	padding: 9px;
	text-decoration: underline;
}

.sn-property-header__actions button:hover {
	background: var(--sn-soft);
}

.sn-favourite-text span {
	color: #777;
	font-size: 19px;
	text-decoration: none;
}

.sn-favourite-text.is-saved span {
	color: var(--sn-primary);
}

.sn-gallery {
	border-radius: var(--sn-radius);
	display: grid;
	gap: 8px;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, 220px);
	margin-bottom: 42px;
	overflow: hidden;
	position: relative;
}

.sn-gallery__item {
	background: #eee;
	border: 0;
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.sn-gallery__item--1 {
	grid-row: 1 / 3;
}

.sn-gallery__item img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: filter 0.2s ease, transform 0.3s ease;
	width: 100%;
}

.sn-gallery__item:hover img {
	filter: brightness(0.88);
	transform: scale(1.015);
}

.sn-gallery--single {
	display: block;
	height: 520px;
}

.sn-gallery--single .sn-gallery__item {
	height: 100%;
	width: 100%;
}

.sn-gallery__show-all {
	background: #fff;
	border: 1px solid var(--sn-ink);
	border-radius: 8px;
	bottom: 18px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 13px;
	position: absolute;
	right: 18px;
}

.sn-gallery__empty {
	align-items: center;
	background: var(--sn-soft);
	display: flex;
	flex-direction: column;
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	justify-content: center;
}

.sn-gallery__empty span {
	font-size: 50px;
}

.sn-property-layout {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) 370px;
}

.sn-property-content {
	min-width: 0;
}

.sn-property-summary {
	align-items: center;
	border-bottom: 1px solid var(--sn-line);
	display: flex;
	justify-content: space-between;
	padding: 0 0 26px;
}

.sn-property-summary h2,
.sn-property-section h2 {
	font-size: 23px;
	letter-spacing: -0.015em;
	line-height: 1.25;
	margin: 0 0 7px;
}

.sn-property-summary p {
	color: #484848;
	margin: 0;
}

.sn-host-avatar {
	display: block;
	position: relative;
}

.sn-host-avatar img {
	border-radius: 50%;
	display: block;
}

.sn-host-avatar span {
	align-items: center;
	background: var(--sn-primary);
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -1px;
	color: #fff;
	display: flex;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: -1px;
	width: 20px;
}

.sn-highlights {
	border-bottom: 1px solid var(--sn-line);
	display: grid;
	gap: 22px;
	padding: 30px 0;
}

.sn-highlights > div {
	display: grid;
	gap: 16px;
	grid-template-columns: 28px 1fr;
}

.sn-highlights > div > span {
	font-size: 25px;
	line-height: 1;
}

.sn-highlights strong {
	display: block;
	font-size: 16px;
	margin-bottom: 2px;
}

.sn-highlights p {
	color: var(--sn-muted);
	font-size: 14px;
	margin: 0;
}

.sn-property-section {
	border-bottom: 1px solid var(--sn-line);
	padding: 36px 0;
}

.sn-prose {
	color: #383838;
	font-size: 16px;
	line-height: 1.7;
}

.sn-prose > :last-child {
	margin-bottom: 0;
}

.sn-amenities {
	display: grid;
	gap: 18px 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.sn-amenities > div {
	align-items: center;
	display: flex;
	font-size: 15px;
	gap: 13px;
}

.sn-amenities span {
	align-items: center;
	border: 1px solid var(--sn-line);
	border-radius: 50%;
	display: flex;
	height: 27px;
	justify-content: center;
	width: 27px;
}

.sn-sleeping-card {
	border: 1px solid var(--sn-line);
	border-radius: 13px;
	display: flex;
	flex-direction: column;
	margin-top: 22px;
	max-width: 210px;
	padding: 22px;
}

.sn-sleeping-card > span {
	font-size: 32px;
	margin-bottom: 18px;
}

.sn-sleeping-card small {
	color: var(--sn-muted);
	margin-top: 4px;
}

.sn-location iframe {
	border: 0;
	border-radius: 14px;
	height: 360px;
	margin: 16px 0 8px;
	width: 100%;
}

.sn-location > small {
	color: var(--sn-muted);
}

.sn-review-grid {
	display: grid;
	gap: 32px 38px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.sn-review {
	margin: 0;
}

.sn-review__author {
	align-items: center;
	display: grid;
	gap: 11px;
	grid-template-columns: auto 1fr auto;
}

.sn-review__author img {
	border-radius: 50%;
}

.sn-review__author strong,
.sn-review__author span {
	display: block;
}

.sn-review__author span {
	color: var(--sn-muted);
	font-size: 12px;
}

.sn-review__author b {
	font-size: 13px;
}

.sn-review p {
	line-height: 1.55;
	margin: 15px 0 8px;
}

.sn-review > small {
	color: var(--sn-success);
	font-weight: 700;
}

.sn-host-card {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr;
}

.sn-host-card > img {
	border-radius: 50%;
}

.sn-host-card p {
	color: var(--sn-muted);
	margin: 0;
}

.sn-rules-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 23px;
}

.sn-rules h3 {
	font-size: 15px;
	margin: 0 0 8px;
}

.sn-rules p {
	color: #555;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.sn-booking-card-wrap {
	min-width: 0;
	position: relative;
}

.sn-booking-card {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	box-shadow: var(--sn-shadow);
	padding: 24px;
	position: sticky;
	top: 28px;
}

.sn-booking-card__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sn-booking-card__top p {
	margin: 0;
}

.sn-booking-card__top strong {
	font-size: 22px;
}

.sn-booking-card__top a {
	font-size: 13px;
	font-weight: 700;
}

.sn-booking-dates {
	border: 1px solid #aaa;
	border-radius: 9px 9px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	overflow: hidden;
}

.sn-booking-dates label {
	padding: 10px 12px;
}

.sn-booking-dates label + label {
	border-left: 1px solid #aaa;
}

.sn-booking-card input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 13px;
	height: auto;
	margin: 0;
	min-height: 24px;
	padding: 0 !important;
	width: 100%;
}

.sn-booking-guests {
	border: 1px solid #aaa;
	border-radius: 0 0 9px 9px;
	display: block;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.sn-booking-card__note {
	color: var(--sn-muted);
	font-size: 13px;
	margin: 13px 0 0;
	text-align: center;
}

.sn-lightbox {
	background: rgba(18, 18, 18, 0.98);
	inset: 0;
	overflow: auto;
	padding: 70px max(20px, 7vw);
	position: fixed;
	z-index: 999999;
}

.sn-lightbox[hidden] {
	display: none;
}

.sn-lightbox > button {
	background: rgba(255, 255, 255, 0.12);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 44px;
	position: fixed;
	right: 25px;
	top: 20px;
	width: 44px;
}

.sn-lightbox__track {
	display: grid;
	gap: 24px;
}

.sn-lightbox figure {
	margin: 0 auto;
	max-width: 1100px;
}

.sn-lightbox img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 86vh;
	max-width: 100%;
	object-fit: contain;
}

/* Forms */
.sn-form-page,
.sn-dashboard,
.sn-checkout,
.sn-confirmation,
.sn-saved-page,
.sn-auth-layout,
.sn-account-summary,
.sn-auth-gate,
.sn-onboarding-card {
	margin: 0 auto;
	max-width: 1180px;
	padding: 36px 24px 80px;
}

.sn-form-page {
	max-width: 960px;
}

.sn-form-page__header {
	margin-bottom: 32px;
}

.sn-form-page__header h1,
.sn-dashboard__header h1,
.sn-checkout h1,
.sn-page-heading h1 {
	font-size: clamp(30px, 5vw, 44px);
	letter-spacing: -0.035em;
	line-height: 1.1;
	margin: 0 0 10px;
}

.sn-form-page__header p,
.sn-dashboard__header p,
.sn-page-heading p {
	color: var(--sn-muted);
	font-size: 16px;
	margin: 0;
}

.sn-property-form {
	display: grid;
	gap: 20px;
}

.sn-form-section,
.sn-checkout-section,
.sn-panel {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: var(--sn-radius);
	padding: 28px;
}

.sn-form-section__title {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	margin-bottom: 24px;
}

.sn-form-section__title > span {
	align-items: center;
	background: var(--sn-ink);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 800;
	height: 31px;
	justify-content: center;
	width: 31px;
}

.sn-form-section__title h2,
.sn-checkout-section h2,
.sn-panel h3 {
	font-size: 21px;
	margin: 0 0 3px;
}

.sn-form-section__title p {
	color: var(--sn-muted);
	font-size: 14px;
	margin: 0;
}

.sn-field {
	margin: 0 0 17px;
}

.sn-field:last-child {
	margin-bottom: 0;
}

.sn-field > label,
.sn-field > legend {
	display: block;
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 7px;
}

.sn-field small {
	color: var(--sn-muted);
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.sn-amenity-picker {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-amenity-picker label {
	cursor: pointer;
	display: block;
	position: relative;
}

.sn-amenity-picker input {
	opacity: 0;
	position: absolute;
}

.sn-amenity-picker span {
	border: 1px solid var(--sn-line);
	border-radius: 9px;
	display: block;
	font-size: 13px;
	padding: 11px;
	text-align: center;
}

.sn-amenity-picker input:checked + span {
	background: #fff1f3;
	border-color: var(--sn-primary);
	color: #a40b35;
	font-weight: 700;
}

.sn-switch {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	margin: 15px 0;
}

.sn-switch input {
	opacity: 0;
	position: absolute;
}

.sn-switch > span {
	background: #aaa;
	border-radius: 999px;
	height: 25px;
	position: relative;
	transition: background 0.2s ease;
	width: 44px;
}

.sn-switch > span::after {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	content: "";
	height: 19px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: transform 0.2s ease;
	width: 19px;
}

.sn-switch input:checked + span {
	background: var(--sn-primary);
}

.sn-switch input:checked + span::after {
	transform: translateX(19px);
}

.sn-upload-box {
	align-items: center;
	background: var(--sn-soft);
	border: 2px dashed #c8c8c8;
	border-radius: 13px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 170px;
	padding: 20px;
	text-align: center;
}

.sn-upload-box > span {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	font-size: 25px;
	height: 48px;
	justify-content: center;
	margin-bottom: 10px;
	width: 48px;
}

.sn-upload-box small {
	color: var(--sn-muted);
	margin-top: 4px;
}

.sn-upload-box input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.sn-upload-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.sn-upload-preview img {
	border-radius: 8px;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.sn-form-submit {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.sn-form-submit > a {
	font-weight: 700;
}

/* Dashboard */
.sn-dashboard__header {
	align-items: flex-end;
	display: flex;
	gap: 25px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.sn-dashboard-nav {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 12px;
	display: flex;
	gap: 4px;
	margin-bottom: 26px;
	overflow-x: auto;
	padding: 5px;
	position: sticky;
	top: 10px;
	z-index: 20;
}

.sn-dashboard-nav a {
	border-radius: 8px;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 14px;
	text-decoration: none;
}

.sn-dashboard-nav a:hover {
	background: var(--sn-soft);
}

.sn-dashboard-section {
	margin-bottom: 56px;
	scroll-margin-top: 80px;
}

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

.sn-stat-card {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	min-height: 142px;
	padding: 20px;
}

.sn-stat-card > span {
	color: var(--sn-muted);
	font-size: 13px;
}

.sn-stat-card > strong {
	font-size: 30px;
	line-height: 1.1;
	margin: auto 0 4px;
}

.sn-stat-card > small {
	color: var(--sn-muted);
}

.sn-stat-card--accent {
	background: #231f20;
	border-color: #231f20;
	color: #fff;
}

.sn-stat-card--accent > span,
.sn-stat-card--accent > small {
	color: #ccc;
}

.sn-section-heading {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.sn-section-heading h2 {
	font-size: 28px;
	letter-spacing: -0.02em;
	margin: 0;
}

.sn-section-heading > a {
	font-size: 14px;
	font-weight: 700;
}

.sn-dashboard-list {
	border: 1px solid var(--sn-line);
	border-radius: 14px;
	overflow: hidden;
}

.sn-dashboard-property {
	align-items: center;
	background: #fff;
	display: grid;
	gap: 16px;
	grid-template-columns: 90px minmax(0, 1fr) auto;
	margin: 0;
	padding: 14px;
}

.sn-dashboard-property + .sn-dashboard-property {
	border-top: 1px solid var(--sn-line);
}

.sn-dashboard-property__image {
	background: var(--sn-soft);
	border-radius: 9px;
	height: 72px;
	overflow: hidden;
}

.sn-dashboard-property__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sn-dashboard-property__main h3 {
	font-size: 17px;
	margin: 5px 0 3px;
}

.sn-dashboard-property__main p {
	color: var(--sn-muted);
	font-size: 13px;
	margin: 0;
}

.sn-dashboard-property__actions,
.sn-inline-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.sn-dashboard-property__actions a,
.sn-inline-actions > a {
	font-size: 13px;
	font-weight: 700;
}

.sn-danger-link {
	color: var(--sn-danger) !important;
}

.sn-action-positive {
	color: var(--sn-success) !important;
}

.sn-status {
	background: #f0f0f0;
	border-radius: 999px;
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 9px;
	text-transform: uppercase;
}

.sn-status--publish,
.sn-status--confirmed,
.sn-status--paid,
.sn-status--completed {
	background: #dcfae6;
	color: #067647;
}

.sn-status--pending,
.sn-status--awaiting_payment,
.sn-status--requested,
.sn-status--processing {
	background: #fef0c7;
	color: #93370d;
}

.sn-status--cancelled,
.sn-status--rejected,
.sn-status--refunded,
.sn-status--expired,
.sn-status--cancellation_requested {
	background: #fee4e2;
	color: #b42318;
}

.sn-table-wrap {
	border: 1px solid var(--sn-line);
	border-radius: 14px;
	overflow-x: auto;
}

.sn-table {
	background: #fff;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	min-width: 900px;
	width: 100%;
}

.sn-table th {
	background: var(--sn-soft);
	color: #555;
	font-size: 11px;
	letter-spacing: 0.06em;
	padding: 12px 14px;
	text-align: left;
	text-transform: uppercase;
}

.sn-table td {
	border-top: 1px solid #eee;
	font-size: 13px;
	padding: 14px;
	vertical-align: top;
}

.sn-table small {
	color: var(--sn-muted);
}

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

.sn-compact-list {
	border-top: 1px solid var(--sn-line);
	list-style: none;
	margin: 24px 0 0;
	padding: 15px 0 0;
}

.sn-compact-list li {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	padding: 9px 0;
}

.sn-compact-list strong,
.sn-compact-list span {
	display: block;
	font-size: 13px;
}

.sn-compact-list span {
	color: var(--sn-muted);
	margin-top: 3px;
}

.sn-large-total {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sn-large-total strong {
	font-size: 30px;
}

.sn-popover {
	display: inline-block;
	position: relative;
}

.sn-popover > summary {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.sn-popover[open] > .sn-message-box {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 12px;
	box-shadow: var(--sn-shadow-lg);
	padding: 15px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	width: min(390px, 78vw);
	z-index: 30;
}

.sn-message-thread {
	display: grid;
	gap: 8px;
	max-height: 270px;
	overflow-y: auto;
	padding: 4px;
}

.sn-message {
	background: var(--sn-soft);
	border-radius: 10px 10px 10px 2px;
	max-width: 85%;
	padding: 9px 11px;
}

.sn-message.is-mine {
	background: #ffe6eb;
	border-radius: 10px 10px 2px 10px;
	justify-self: end;
}

.sn-message strong,
.sn-message small {
	display: block;
	font-size: 10px;
}

.sn-message p {
	font-size: 13px;
	margin: 3px 0;
	white-space: pre-wrap;
}

.sn-message-box form {
	border-top: 1px solid var(--sn-line);
	display: grid;
	gap: 8px;
	margin-top: 10px;
	padding-top: 10px;
}

.sn-message-box textarea {
	min-height: 70px;
}

/* Guest trips */
.sn-trip-list {
	display: grid;
	gap: 20px;
}

.sn-trip-card {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	overflow: visible;
}

.sn-trip-card__image {
	background: var(--sn-soft);
	border-radius: var(--sn-radius) 0 0 var(--sn-radius);
	min-height: 280px;
	overflow: hidden;
}

.sn-trip-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sn-trip-card__content {
	padding: 28px;
}

.sn-trip-card__status {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sn-trip-card__status > span {
	color: var(--sn-muted);
	font-size: 12px;
}

.sn-trip-card h2 {
	font-size: 25px;
	margin: 15px 0 4px;
}

.sn-trip-card h2 a {
	text-decoration: none;
}

.sn-trip-card__dates {
	color: var(--sn-muted);
	margin: 0 0 22px;
}

.sn-trip-card__meta {
	border-bottom: 1px solid var(--sn-line);
	border-top: 1px solid var(--sn-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 20px;
	padding: 15px 0;
}

.sn-trip-card__meta span {
	display: flex;
	flex-direction: column;
}

.sn-trip-card__meta small {
	color: var(--sn-muted);
}

.sn-review-form-wrap {
	background: var(--sn-soft);
	border-radius: 12px;
	margin-top: 18px;
	padding: 15px;
}

.sn-review-form-wrap summary {
	cursor: pointer;
	font-weight: 700;
}

.sn-review-form-wrap form {
	margin-top: 16px;
}

/* Checkout */
.sn-checkout {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) 390px;
	max-width: 1080px;
}

.sn-back-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 22px;
}

.sn-checkout__main > h1 {
	margin-bottom: 30px;
}

.sn-checkout__main form {
	display: grid;
	gap: 20px;
}

.sn-checkout__summary {
	align-self: start;
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	padding: 24px;
	position: sticky;
	top: 28px;
}

.sn-checkout-property {
	border-bottom: 1px solid var(--sn-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 115px 1fr;
	padding-bottom: 20px;
}

.sn-checkout-property img {
	border-radius: 10px;
	height: 100px;
	object-fit: cover;
	width: 115px;
}

.sn-checkout-property small,
.sn-checkout-property span {
	color: var(--sn-muted);
	font-size: 12px;
}

.sn-checkout-property h2 {
	font-size: 16px;
	line-height: 1.3;
	margin: 5px 0;
}

.sn-price-breakdown {
	padding-top: 21px;
}

.sn-price-breakdown h3 {
	font-size: 20px;
	margin: 0 0 17px;
}

.sn-price-breakdown dl {
	margin: 0;
}

.sn-price-breakdown dl > div {
	display: flex;
	font-size: 14px;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.sn-price-breakdown dt,
.sn-price-breakdown dd {
	margin: 0;
}

.sn-price-breakdown dd {
	flex: 0 0 auto;
}

.sn-price-discount {
	color: var(--sn-success);
}

.sn-price-breakdown .sn-price-total {
	border-top: 1px solid var(--sn-line);
	font-size: 16px;
	font-weight: 800;
	margin: 19px 0 0;
	padding-top: 18px;
}

/* Confirmation and account */
.sn-confirmation {
	max-width: 760px;
	text-align: center;
}

.sn-confirmation__icon {
	align-items: center;
	background: #dcfae6;
	border-radius: 50%;
	color: var(--sn-success);
	display: flex;
	font-size: 34px;
	height: 76px;
	justify-content: center;
	margin: 0 auto 20px;
	width: 76px;
}

.sn-confirmation > h1,
.sn-account-summary h1 {
	font-size: 38px;
	letter-spacing: -0.03em;
	margin: 0 0 10px;
}

.sn-confirmation > p {
	color: var(--sn-muted);
	margin: 0 auto 28px;
	max-width: 570px;
}

.sn-confirmation__card {
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	margin-bottom: 24px;
	padding: 20px;
	text-align: left;
}

.sn-confirmation__property {
	align-items: center;
	border-bottom: 1px solid var(--sn-line);
	display: grid;
	gap: 15px;
	grid-template-columns: 115px 1fr;
	padding-bottom: 18px;
}

.sn-confirmation__property img {
	border-radius: 10px;
	height: 90px;
	object-fit: cover;
	width: 115px;
}

.sn-confirmation__property small {
	color: var(--sn-muted);
}

.sn-confirmation__property h2 {
	font-size: 18px;
	margin: 3px 0 7px;
}

.sn-confirmation dl {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding-top: 18px;
}

.sn-confirmation dl div {
	display: flex;
	flex-direction: column;
}

.sn-confirmation dt {
	color: var(--sn-muted);
	font-size: 12px;
}

.sn-confirmation dd {
	font-weight: 700;
	margin: 2px 0 0;
}

.sn-inline-actions--center {
	justify-content: center;
}

.sn-page-heading {
	margin-bottom: 30px;
}

.sn-auth-layout {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 900px;
}

.sn-auth-panel {
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius) 0 0 var(--sn-radius);
	padding: 36px;
}

.sn-auth-panel--accent {
	background: var(--sn-soft);
	border-left: 0;
	border-radius: 0 var(--sn-radius) var(--sn-radius) 0;
}

.sn-auth-panel h1,
.sn-auth-panel h2 {
	font-size: 30px;
	margin: 0 0 24px;
}

.sn-auth-panel form {
	margin: 0;
}

.sn-auth-panel form > p {
	margin: 0 0 16px;
}

.sn-auth-panel form label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}

.sn-auth-panel .input {
	border: 1px solid #cfcfcf;
	border-radius: 9px;
	box-shadow: none;
	font-size: 15px;
	min-height: 45px;
	padding: 9px 12px;
	width: 100%;
}

.sn-auth-panel .button-primary {
	background: var(--sn-ink);
	border: 0;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 20px;
}

.sn-text-link {
	font-size: 13px;
	font-weight: 700;
}

.sn-account-summary {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.sn-account-avatar img {
	border-radius: 50%;
	margin-bottom: 16px;
}

.sn-account-summary > p {
	color: var(--sn-muted);
}

.sn-onboarding-card {
	background: var(--sn-soft);
	border-radius: var(--sn-radius-lg);
	max-width: 760px;
	text-align: center;
}

.sn-onboarding-card h2 {
	font-size: 32px;
	margin: 0 0 10px;
}

.sn-onboarding-card p {
	color: var(--sn-muted);
	margin: 0 auto 22px;
	max-width: 560px;
}

@media (max-width: 1180px) {
	.sn-property-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sn-property-layout {
		gap: 42px;
		grid-template-columns: minmax(0, 1fr) 340px;
	}

	.sn-gallery {
		grid-template-rows: repeat(2, 180px);
	}

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

@media (max-width: 900px) {
	.sn-search-bar {
		border-radius: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sn-search-field {
		border-bottom: 1px solid #e8e8e8;
		border-right: 0;
	}

	.sn-search-field:nth-child(odd) {
		border-right: 1px solid #e8e8e8;
	}

	.sn-search-submit {
		border-radius: 12px;
		grid-column: 1 / -1;
		margin: 5px 0 0;
	}

	.sn-explore {
		display: block;
	}

	.sn-filter-toggle {
		align-items: center;
		background: #fff;
		border: 1px solid var(--sn-line);
		border-radius: 9px;
		display: inline-flex;
		font-size: 14px;
		font-weight: 700;
		gap: 7px;
		margin-bottom: 18px;
		padding: 10px 14px;
	}

	.sn-filter-panel {
		border-radius: 0;
		box-shadow: var(--sn-shadow-lg);
		height: 100vh;
		left: 0;
		overflow-y: auto;
		padding: 24px;
		position: fixed;
		top: 0;
		transform: translateX(-110%);
		transition: transform 0.24s ease;
		width: min(370px, 92vw);
		z-index: 99999;
	}

	.sn-filter-panel.is-open {
		transform: translateX(0);
	}

	.sn-filter-heading button {
		background: transparent;
		border: 0;
		display: block;
		font-size: 28px;
	}

	.sn-property-layout,
	.sn-checkout {
		display: flex;
		flex-direction: column;
	}

	.sn-booking-card-wrap {
		order: -1;
	}

	.sn-booking-card,
	.sn-checkout__summary {
		position: static;
	}

	.sn-checkout__summary {
		order: -1;
	}

	.sn-gallery {
		grid-template-columns: 2fr 1fr;
	}

	.sn-gallery__item--4,
	.sn-gallery__item--5 {
		display: none;
	}

	.sn-rules-grid,
	.sn-dashboard-columns {
		grid-template-columns: 1fr;
	}

	.sn-trip-card {
		grid-template-columns: 220px minmax(0, 1fr);
	}
}

@media (max-width: 680px) {
	.sn-single-property,
	.sn-explore,
	.sn-dashboard,
	.sn-form-page,
	.sn-checkout,
	.sn-confirmation,
	.sn-saved-page,
	.sn-auth-layout,
	.sn-account-summary,
	.sn-auth-gate,
	.sn-onboarding-card {
		padding-left: 16px;
		padding-right: 16px;
	}

	.sn-hero-search {
		padding: 0 14px;
	}

	.sn-search-bar {
		display: block;
	}

	.sn-search-field,
	.sn-search-field:nth-child(odd) {
		border-bottom: 1px solid #e8e8e8;
		border-right: 0;
		padding: 12px 14px;
	}

	.sn-property-grid {
		grid-template-columns: 1fr;
	}

	.sn-results-toolbar,
	.sn-property-header,
	.sn-dashboard__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.sn-results-toolbar {
		margin-bottom: 18px;
	}

	.sn-sort-form {
		justify-content: space-between;
		width: 100%;
	}

	.sn-sort-form select {
		max-width: 210px;
	}

	.sn-property-header__actions {
		align-self: flex-end;
	}

	.sn-gallery {
		display: block;
		height: 330px;
	}

	.sn-gallery__item {
		display: none;
		height: 100%;
		width: 100%;
	}

	.sn-gallery__item--1 {
		display: block;
	}

	.sn-property-layout {
		gap: 26px;
	}

	.sn-property-summary h2,
	.sn-property-section h2 {
		font-size: 21px;
	}

	.sn-amenities,
	.sn-review-grid {
		grid-template-columns: 1fr;
	}

	.sn-form-section,
	.sn-checkout-section,
	.sn-panel {
		padding: 20px;
	}

	.sn-field-grid--2,
	.sn-field-grid--3,
	.sn-field-grid--4 {
		grid-template-columns: 1fr;
	}

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

	.sn-form-submit {
		align-items: stretch;
		flex-direction: column-reverse;
		gap: 15px;
		text-align: center;
	}

	.sn-stat-grid {
		grid-template-columns: 1fr 1fr;
	}

	.sn-stat-card {
		min-height: 125px;
		padding: 16px;
	}

	.sn-stat-card > strong {
		font-size: 24px;
	}

	.sn-dashboard-property {
		align-items: start;
		grid-template-columns: 70px 1fr;
	}

	.sn-dashboard-property__image {
		height: 65px;
	}

	.sn-dashboard-property__actions {
		grid-column: 1 / -1;
	}

	.sn-trip-card {
		display: block;
	}

	.sn-trip-card__image {
		border-radius: var(--sn-radius) var(--sn-radius) 0 0;
		display: block;
		min-height: 210px;
	}

	.sn-trip-card__content {
		padding: 20px;
	}

	.sn-trip-card__meta {
		gap: 8px;
	}

	.sn-trip-card__meta strong {
		font-size: 13px;
	}

	.sn-confirmation__property {
		grid-template-columns: 85px 1fr;
	}

	.sn-confirmation__property img {
		height: 75px;
		width: 85px;
	}

	.sn-confirmation dl {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-auth-layout {
		display: block;
	}

	.sn-auth-panel,
	.sn-auth-panel--accent {
		border: 1px solid var(--sn-line);
		border-radius: var(--sn-radius);
		margin-bottom: 15px;
		padding: 24px;
	}

	.sn-large-total {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

@media (max-width: 430px) {
	.sn-stat-grid {
		grid-template-columns: 1fr;
	}

	.sn-booking-dates {
		display: block;
	}

	.sn-booking-dates label {
		display: block;
	}

	.sn-booking-dates label + label {
		border-left: 0;
		border-top: 1px solid #aaa;
	}
}

/* Premium interface refresh — v1.1 */
.sn-icon {
	display: inline-block;
	flex: 0 0 auto;
	height: 20px;
	vertical-align: -0.2em;
	width: 20px;
}

.sn-single-property h1,
.sn-single-property h2,
.sn-single-property h3,
.sn-explore h1,
.sn-explore h2,
.sn-explore h3,
.sn-dashboard h1,
.sn-dashboard h2,
.sn-dashboard h3,
.sn-form-page h1,
.sn-form-page h2,
.sn-form-page h3,
.sn-checkout h1,
.sn-checkout h2,
.sn-checkout h3,
.sn-confirmation h1,
.sn-confirmation h2,
.sn-saved-page h1,
.sn-saved-page h2,
.sn-auth-layout h1,
.sn-auth-layout h2,
.sn-account-summary h1,
.sn-auth-gate h2,
.sn-onboarding-card h2 {
	color: var(--sn-heading);
	font-weight: 720;
	letter-spacing: -0.028em;
}

.sn-single-property ::selection,
.sn-explore ::selection,
.sn-hero-search ::selection,
.sn-dashboard ::selection,
.sn-form-page ::selection,
.sn-checkout ::selection,
.sn-confirmation ::selection,
.sn-saved-page ::selection,
.sn-auth-layout ::selection {
	background: rgba(91, 91, 214, 0.2);
}

.sn-single-property :focus-visible,
.sn-explore :focus-visible,
.sn-hero-search :focus-visible,
.sn-dashboard :focus-visible,
.sn-form-page :focus-visible,
.sn-checkout :focus-visible,
.sn-confirmation :focus-visible,
.sn-saved-page :focus-visible,
.sn-auth-layout :focus-visible,
.sn-account-summary :focus-visible,
.sn-auth-gate :focus-visible,
.sn-onboarding-card :focus-visible {
	outline: 3px solid rgba(132, 173, 255, 0.72) !important;
	outline-offset: 3px;
}

.sn-eyebrow {
	align-items: center;
	color: var(--sn-primary-dark);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	gap: 7px;
	letter-spacing: 0.13em;
}

.sn-eyebrow::before {
	background: var(--sn-gradient);
	border-radius: 999px;
	content: "";
	height: 6px;
	width: 6px;
}

.sn-button {
	border-color: var(--sn-line-strong);
	border-radius: var(--sn-radius-sm);
	box-shadow: var(--sn-shadow-xs);
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	min-height: 46px;
	padding: 12px 18px;
	position: relative;
	transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sn-button:hover {
	border-color: #b9c0ca;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.sn-button:active {
	box-shadow: var(--sn-shadow-xs);
	transform: translateY(0);
}

.sn-button--primary {
	background: var(--sn-gradient);
	border-color: transparent;
	box-shadow: 0 8px 18px rgba(79, 70, 229, 0.24);
}

.sn-button--primary:hover {
	background: linear-gradient(135deg, #5148ed 0%, #4338ca 55%, #1d4ed8 100%);
	box-shadow: 0 12px 26px rgba(79, 70, 229, 0.32);
}

.sn-button--dark {
	background: #111827;
	border-color: #111827;
	box-shadow: 0 7px 16px rgba(17, 24, 39, 0.18);
}

.sn-button--outline {
	background: rgba(255, 255, 255, 0.92);
}

.sn-button--large {
	font-size: 15px;
	min-height: 54px;
	padding: 15px 24px;
}

.sn-button[disabled],
.sn-button.is-loading,
.sn-search-submit[disabled],
.sn-search-submit.is-loading {
	cursor: wait;
	opacity: 0.72;
	pointer-events: none;
}

.sn-button.is-loading {
	color: transparent !important;
}

.sn-button.is-loading::after {
	animation: sn-spin 700ms linear infinite;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border-top-color: #fff;
	content: "";
	height: 18px;
	inset: 50% auto auto 50%;
	margin: -9px 0 0 -9px;
	position: absolute;
	width: 18px;
}

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

.sn-notice {
	align-items: flex-start;
	border: 0;
	border-left: 4px solid;
	border-radius: var(--sn-radius-sm);
	box-shadow: var(--sn-shadow-xs);
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	line-height: 1.5;
	padding: 16px 18px;
}

.sn-notice::before {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "i";
	display: inline-flex;
	flex: 0 0 auto;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	margin-top: 1px;
	width: 18px;
}

.sn-notice--success {
	background: #ecfdf3;
	border-left-color: #12b76a;
	color: #05603a;
}

.sn-notice--error {
	background: #fff4ed;
	border-left-color: #f04438;
	color: #9c2a10;
}

.sn-toast {
	align-items: center;
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.2);
	margin: 0;
	width: min(360px, calc(100vw - 32px));
}

.sn-toast > span {
	flex: 1;
}

.sn-toast__close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	color: currentColor;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 20px;
	height: 30px;
	justify-content: center;
	opacity: 0.72;
	padding: 0;
	width: 30px;
}

.sn-toast__close:hover {
	background: rgba(0, 0, 0, 0.06);
	opacity: 1;
}

/* Search and discovery */
.sn-hero-search {
	margin: 32px auto 48px;
	max-width: 1240px;
	padding: 0 28px;
}

.sn-search-intro {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	margin: 0 0 24px;
}

.sn-search-intro h2 {
	color: var(--sn-heading);
	font-size: clamp(30px, 4.3vw, 50px);
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.04;
	margin: 8px 0 0;
}

.sn-search-intro p {
	color: var(--sn-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 4px;
	max-width: 510px;
}

.sn-search-bar {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(208, 213, 221, 0.9);
	border-radius: 20px;
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12), 0 4px 14px rgba(15, 23, 42, 0.06);
	gap: 0;
	padding: 8px;
	position: sticky;
	top: 16px;
	z-index: 50;
}

.sn-search-field {
	border-radius: 12px;
	border-right: 1px solid var(--sn-line);
	padding: 10px 20px;
	transition: background 160ms ease, box-shadow 160ms ease;
}

.sn-search-field:hover {
	background: #f8fafc;
}

.sn-search-field:focus-within {
	background: #fff;
	box-shadow: inset 0 0 0 2px rgba(91, 91, 214, 0.18);
}

.sn-search-field span,
.sn-booking-card label span {
	color: #344054;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.sn-search-field input {
	color: var(--sn-heading);
	font-size: 14px;
	font-weight: 550;
}

.sn-search-field input::placeholder {
	color: var(--sn-subtle);
	opacity: 1;
}

.sn-search-submit {
	background: var(--sn-gradient);
	border-radius: 14px;
	box-shadow: 0 9px 22px rgba(79, 70, 229, 0.27);
	font-weight: 750;
	margin-left: 8px;
	min-height: 58px;
	padding: 0 22px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.sn-search-submit:hover {
	box-shadow: 0 13px 28px rgba(79, 70, 229, 0.35);
	transform: translateY(-1px);
}

.sn-search-submit__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 9px;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	transform: none;
	width: 32px;
}

.sn-search-submit__icon .sn-icon {
	height: 18px;
	transform: none;
	width: 18px;
}

.sn-explore {
	gap: 32px;
	grid-template-columns: 288px minmax(0, 1fr);
	max-width: 1480px;
	padding: 0 32px 96px;
}

.sn-filter-panel {
	border-color: var(--sn-line);
	border-radius: var(--sn-radius);
	box-shadow: var(--sn-shadow-xs);
	padding: 24px;
	top: 104px;
}

.sn-filter-heading {
	border-bottom: 1px solid var(--sn-line);
	margin: -2px 0 22px;
	padding-bottom: 18px;
}

.sn-filter-heading h2,
.sn-results-toolbar h2 {
	color: var(--sn-heading);
	font-size: 22px;
	font-weight: 720;
}

.sn-filter-group {
	margin-bottom: 22px;
}

.sn-filter-group > label,
.sn-filter-group > legend,
.sn-field > label,
.sn-field > legend {
	color: #344054;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.sn-filter-panel input[type="search"],
.sn-filter-panel input[type="number"],
.sn-filter-panel input[type="date"],
.sn-filter-panel select,
.sn-field input:not([type="checkbox"]):not([type="radio"]),
.sn-field select,
.sn-field textarea,
.sn-message-box textarea,
.sn-auth-panel .input {
	background: #fff;
	border: 1px solid var(--sn-line-strong);
	border-radius: var(--sn-radius-sm);
	box-shadow: var(--sn-shadow-xs);
	color: var(--sn-heading);
	font-size: 14px;
	min-height: 48px;
	padding: 12px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sn-filter-panel input:hover,
.sn-filter-panel select:hover,
.sn-field input:not([type="checkbox"]):not([type="radio"]):hover,
.sn-field select:hover,
.sn-field textarea:hover,
.sn-message-box textarea:hover,
.sn-auth-panel .input:hover {
	border-color: #98a2b3;
}

.sn-filter-panel input:focus,
.sn-filter-panel select:focus,
.sn-field input:not([type="checkbox"]):not([type="radio"]):focus,
.sn-field select:focus,
.sn-field textarea:focus,
.sn-message-box textarea:focus,
.sn-auth-panel .input:focus {
	border-color: var(--sn-primary);
	box-shadow: 0 0 0 4px rgba(91, 91, 214, 0.13);
	outline: 0;
}

.sn-field input[aria-invalid="true"],
.sn-field select[aria-invalid="true"],
.sn-field textarea[aria-invalid="true"],
.sn-auth-panel input[aria-invalid="true"],
.sn-auth-panel select[aria-invalid="true"] {
	background: #fffafa;
	border-color: #f04438;
	box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.1);
}

.sn-field-error {
	align-items: center;
	color: var(--sn-danger);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 6px;
	line-height: 1.35;
	margin: 7px 0 0;
}

.sn-field-error::before {
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "!";
	display: inline-flex;
	font-size: 9px;
	height: 14px;
	justify-content: center;
	line-height: 12px;
	width: 14px;
}

.sn-check-grid label,
.sn-filter-switches label,
.sn-checkbox-line {
	color: #475467;
	font-size: 13px;
	gap: 10px;
}

.sn-checkbox-line {
	flex-wrap: wrap;
}

.sn-checkbox-line .sn-field-error {
	flex-basis: 100%;
	margin-left: 27px;
}

.sn-check-grid input,
.sn-filter-switches input,
.sn-checkbox-line input {
	accent-color: var(--sn-primary);
	height: 17px;
	width: 17px;
}

.sn-filter-actions {
	border-top: 1px solid var(--sn-line);
	margin-top: 24px;
	padding-top: 20px;
}

.sn-results-toolbar {
	align-items: center;
	border-bottom: 1px solid var(--sn-line);
	margin-bottom: 24px;
	padding-bottom: 20px;
}

.sn-sort-form select {
	border-color: var(--sn-line-strong);
	border-radius: var(--sn-radius-sm);
	box-shadow: var(--sn-shadow-xs);
	min-height: 42px;
}

.sn-property-grid {
	align-items: stretch;
	gap: 24px;
}

.sn-property-card {
	background: var(--sn-surface);
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	box-shadow: var(--sn-shadow-xs);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 8px;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.sn-property-card:hover {
	border-color: rgba(91, 91, 214, 0.28);
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.12), 0 3px 10px rgba(15, 23, 42, 0.06);
	transform: translateY(-5px);
}

.sn-property-card__media {
	aspect-ratio: 1.16 / 1;
	background: linear-gradient(135deg, #f2f4f7, #e4e7ec);
	border-radius: 12px;
}

.sn-property-card__media img {
	transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sn-property-card:hover .sn-property-card__media img {
	transform: scale(1.055);
}

.sn-property-card__placeholder .sn-icon {
	color: #98a2b3;
	height: 54px;
	width: 54px;
}

.sn-property-card__type {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	color: #344054;
	font-size: 10px;
	letter-spacing: 0.04em;
	padding: 7px 10px;
	text-transform: uppercase;
}

.sn-favourite {
	backdrop-filter: blur(10px);
	background: rgba(17, 24, 39, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	color: #fff;
	height: 38px;
	right: 12px;
	text-shadow: none;
	top: 12px;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
	width: 38px;
}

.sn-favourite .sn-icon {
	height: 19px;
	width: 19px;
}

.sn-favourite:hover {
	background: rgba(17, 24, 39, 0.68);
	transform: scale(1.06);
}

.sn-favourite.is-saved {
	background: #fff;
	color: #e11d48;
}

.sn-favourite.is-saved .sn-icon {
	fill: currentColor;
}

.sn-property-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 10px 10px;
}

.sn-property-card__topline {
	color: #344054;
	font-size: 13px;
}

.sn-rating {
	align-items: center;
	background: #fffaeb;
	border-radius: 999px;
	color: #7a2e0e;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 7px;
}

.sn-rating--new {
	background: #eef4ff;
	color: #3538cd;
}

.sn-property-card h3 {
	font-size: 16px;
	font-weight: 680;
	margin: 8px 0 5px;
}

.sn-property-card h3 a {
	color: var(--sn-heading);
}

.sn-property-card__details {
	font-size: 12px;
	margin-bottom: 14px;
}

.sn-property-card__footer {
	align-items: end;
	border-top: 1px solid #f2f4f7;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 13px;
}

.sn-property-card__price {
	color: var(--sn-muted);
	font-size: 12px;
}

.sn-property-card__price strong {
	color: var(--sn-heading);
	font-size: 16px;
}

.sn-property-card__cta {
	align-items: center;
	color: var(--sn-primary-dark) !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 750;
	gap: 4px;
	text-decoration: none;
	white-space: nowrap;
}

.sn-property-card__cta .sn-icon {
	height: 15px;
	transition: transform 160ms ease;
	width: 15px;
}

.sn-property-card:hover .sn-property-card__cta .sn-icon {
	transform: translateX(3px);
}

.sn-pagination a,
.sn-pagination span {
	border: 1px solid transparent;
	border-radius: 10px;
	height: 40px;
	transition: background 160ms ease, border-color 160ms ease;
	width: 40px;
}

.sn-pagination a:hover {
	background: #f8fafc;
	border-color: var(--sn-line);
}

.sn-pagination .current {
	background: var(--sn-primary);
	box-shadow: 0 5px 12px rgba(79, 70, 229, 0.22);
}

.sn-empty-state,
.sn-auth-gate {
	background:
		radial-gradient(circle at 15% 20%, rgba(99, 91, 255, 0.12), transparent 32%),
		radial-gradient(circle at 85% 75%, rgba(14, 165, 233, 0.1), transparent 30%),
		#f8fafc;
	border: 1px solid var(--sn-line);
}

.sn-empty-state__icon,
.sn-auth-gate__icon {
	background: var(--sn-gradient);
	box-shadow: 0 12px 24px rgba(79, 70, 229, 0.22);
	color: #fff;
}

.sn-empty-state__icon .sn-icon,
.sn-auth-gate__icon .sn-icon {
	height: 28px;
	width: 28px;
}

/* Property detail */
.sn-single-property {
	max-width: 1240px;
	padding-top: 40px;
}

.sn-property-header {
	margin-bottom: 24px;
}

.sn-property-header h1 {
	font-size: clamp(32px, 4.5vw, 46px);
	font-weight: 750;
	letter-spacing: -0.045em;
}

.sn-property-header__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sn-property-header__actions {
	gap: 8px;
}

.sn-property-header__actions button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 11px;
	box-shadow: var(--sn-shadow-xs);
	display: inline-flex;
	gap: 7px;
	padding: 10px 12px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sn-property-header__actions button:hover {
	background: #f8fafc;
	border-color: #b9c0ca;
	transform: translateY(-1px);
}

.sn-property-header__actions .sn-icon {
	height: 17px;
	width: 17px;
}

.sn-favourite-text.is-saved .sn-icon {
	color: #e11d48;
	fill: currentColor;
}

.sn-gallery {
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
	gap: 6px;
	margin-bottom: 48px;
}

.sn-gallery__show-all {
	align-items: center;
	border-color: rgba(16, 24, 40, 0.24);
	border-radius: 11px;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
	display: inline-flex;
	gap: 7px;
}

.sn-gallery__show-all .sn-icon {
	height: 17px;
	width: 17px;
}

.sn-gallery__empty {
	background: var(--sn-gradient-soft);
}

.sn-gallery__empty span {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: var(--sn-shadow);
	display: flex;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.sn-gallery__empty .sn-icon {
	color: var(--sn-primary);
	height: 32px;
	width: 32px;
}

.sn-property-layout {
	gap: 80px;
	grid-template-columns: minmax(0, 1fr) 390px;
}

.sn-property-summary {
	border-bottom-color: var(--sn-line);
	padding-bottom: 30px;
}

.sn-property-summary h2,
.sn-property-section h2 {
	font-size: 24px;
	font-weight: 710;
}

.sn-host-avatar img,
.sn-host-card > img {
	box-shadow: 0 0 0 4px #fff, 0 8px 20px rgba(15, 23, 42, 0.14);
}

.sn-host-avatar span {
	background: var(--sn-gradient);
}

.sn-highlights {
	gap: 14px;
	padding: 28px 0;
}

.sn-highlights > div {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #eef2f6;
	border-radius: 14px;
	gap: 14px;
	grid-template-columns: 40px 1fr;
	padding: 14px 16px;
}

.sn-highlights > div > span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 11px;
	color: var(--sn-primary);
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.sn-highlights .sn-icon {
	height: 20px;
	width: 20px;
}

.sn-property-section {
	padding: 40px 0;
}

.sn-prose {
	color: #475467;
	line-height: 1.75;
}

.sn-amenities {
	gap: 14px;
}

.sn-amenities > div {
	background: #f8fafc;
	border: 1px solid #eef2f6;
	border-radius: 12px;
	font-size: 14px;
	padding: 12px 14px;
}

.sn-amenities span {
	background: #ecfdf3;
	border: 0;
	color: var(--sn-success);
	height: 26px;
	width: 26px;
}

.sn-amenities .sn-icon {
	height: 14px;
	width: 14px;
}

.sn-sleeping-card {
	background: linear-gradient(145deg, #fff, #f8fafc);
	border-color: var(--sn-line);
	border-radius: 14px;
	box-shadow: var(--sn-shadow-xs);
}

.sn-sleeping-card > span {
	align-items: center;
	background: #eef4ff;
	border-radius: 11px;
	color: var(--sn-primary-dark);
	display: flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.sn-sleeping-card .sn-icon {
	height: 22px;
	width: 22px;
}

.sn-location iframe {
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	box-shadow: var(--sn-shadow-xs);
}

.sn-review {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 14px;
	box-shadow: var(--sn-shadow-xs);
	padding: 18px;
}

.sn-host-card {
	background: var(--sn-gradient-soft);
	border: 1px solid rgba(91, 91, 214, 0.13);
	border-radius: var(--sn-radius);
	padding: 24px;
}

.sn-rules-grid > div {
	background: #f8fafc;
	border: 1px solid #eef2f6;
	border-radius: 14px;
	padding: 18px;
}

.sn-booking-card {
	border-color: rgba(208, 213, 221, 0.9);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14), 0 5px 16px rgba(15, 23, 42, 0.06);
	padding: 28px;
	top: 28px;
}

.sn-booking-card::before {
	background: var(--sn-gradient);
	border-radius: 20px 20px 0 0;
	content: "";
	height: 4px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.sn-booking-card__top strong {
	color: var(--sn-heading);
	font-size: 25px;
}

.sn-booking-dates,
.sn-booking-guests {
	border-color: var(--sn-line-strong);
}

.sn-booking-dates {
	border-radius: 12px 12px 0 0;
}

.sn-booking-guests {
	border-radius: 0 0 12px 12px;
}

.sn-booking-dates label,
.sn-booking-guests {
	transition: background 160ms ease, box-shadow 160ms ease;
}

.sn-booking-dates label:focus-within,
.sn-booking-guests:focus-within {
	background: #f9f9ff;
	box-shadow: inset 0 0 0 2px rgba(91, 91, 214, 0.2);
}

.sn-booking-card__note {
	font-size: 12px;
}

.sn-booking-assurances {
	border-top: 1px solid var(--sn-line);
	display: grid;
	gap: 11px;
	margin-top: 20px;
	padding-top: 18px;
}

.sn-booking-assurances > div {
	align-items: center;
	color: #475467;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 9px;
}

.sn-booking-assurances .sn-icon {
	color: var(--sn-primary);
	height: 17px;
	width: 17px;
}

/* Forms and dashboards */
.sn-form-page,
.sn-dashboard,
.sn-checkout,
.sn-confirmation,
.sn-saved-page,
.sn-auth-layout,
.sn-account-summary,
.sn-auth-gate,
.sn-onboarding-card {
	max-width: 1240px;
	padding-top: 48px;
}

.sn-form-page {
	max-width: 1000px;
}

.sn-form-page__header h1,
.sn-dashboard__header h1,
.sn-checkout h1,
.sn-page-heading h1 {
	font-size: clamp(34px, 5vw, 50px);
	font-weight: 750;
}

.sn-property-form {
	gap: 24px;
}

.sn-form-section,
.sn-checkout-section,
.sn-panel {
	border-color: var(--sn-line);
	border-radius: var(--sn-radius);
	box-shadow: var(--sn-shadow-xs);
	padding: 30px;
}

.sn-form-section {
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sn-form-section:focus-within {
	border-color: rgba(91, 91, 214, 0.34);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.sn-form-section__title {
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 26px;
	padding-bottom: 20px;
}

.sn-form-section__title > span {
	background: var(--sn-gradient);
	border-radius: 10px;
	box-shadow: 0 6px 14px rgba(79, 70, 229, 0.22);
	height: 36px;
	width: 36px;
}

.sn-form-section__title h2,
.sn-checkout-section h2,
.sn-panel h3 {
	font-size: 20px;
	font-weight: 710;
}

.sn-field {
	margin-bottom: 20px;
}

.sn-field small {
	color: var(--sn-muted);
	line-height: 1.45;
	margin-top: 7px;
}

.sn-amenity-picker {
	gap: 12px;
}

.sn-amenity-picker span {
	border-color: var(--sn-line);
	border-radius: 12px;
	padding: 13px 11px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.sn-amenity-picker label:hover span {
	border-color: #b9c0ca;
	transform: translateY(-1px);
}

.sn-amenity-picker input:checked + span {
	background: #eef4ff;
	border-color: var(--sn-primary);
	box-shadow: 0 0 0 3px rgba(91, 91, 214, 0.1);
	color: var(--sn-primary-deep);
}

.sn-switch > span {
	background: #d0d5dd;
	height: 28px;
	width: 48px;
}

.sn-switch > span::after {
	height: 22px;
	width: 22px;
}

.sn-switch input:checked + span {
	background: var(--sn-primary);
}

.sn-switch input:checked + span::after {
	transform: translateX(20px);
}

.sn-switch input:focus-visible + span {
	box-shadow: 0 0 0 4px rgba(91, 91, 214, 0.16);
}

.sn-upload-box {
	background:
		linear-gradient(#fbfcff, #fbfcff) padding-box,
		linear-gradient(135deg, rgba(91, 91, 214, 0.55), rgba(14, 165, 233, 0.35)) border-box;
	border: 2px dashed transparent;
	border-radius: 16px;
	min-height: 190px;
	transition: background 180ms ease, transform 180ms ease;
}

.sn-upload-box:hover,
.sn-upload-box:focus-within {
	background:
		linear-gradient(#f6f7ff, #f6f7ff) padding-box,
		var(--sn-gradient) border-box;
	transform: translateY(-2px);
}

.sn-upload-box > span {
	box-shadow: var(--sn-shadow);
	color: var(--sn-primary);
}

.sn-dashboard__header {
	background:
		radial-gradient(circle at 82% 20%, rgba(56, 189, 248, 0.3), transparent 28%),
		radial-gradient(circle at 10% 120%, rgba(129, 140, 248, 0.45), transparent 36%),
		#111827;
	border-radius: 20px;
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
	color: #fff;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 34px 36px;
	position: relative;
}

.sn-dashboard__header h1 {
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	margin-bottom: 8px;
}

.sn-dashboard__header .sn-eyebrow {
	color: #c7d7fe;
}

.sn-dashboard__header .sn-eyebrow::before {
	background: #67e8f9;
}

.sn-dashboard__header p {
	color: #cbd5e1;
}

.sn-dashboard__header .sn-button--dark,
.sn-dashboard__header .sn-button--primary {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
	color: #111827 !important;
}

.sn-dashboard-nav {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(208, 213, 221, 0.9);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
	gap: 6px;
	padding: 6px;
	top: 12px;
}

.sn-dashboard-nav a {
	border-radius: 10px;
	color: #475467;
	padding: 11px 15px;
	transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.sn-dashboard-nav a:hover,
.sn-dashboard-nav a.is-active {
	background: #eef4ff;
	box-shadow: inset 0 0 0 1px rgba(91, 91, 214, 0.12);
	color: var(--sn-primary-deep);
}

.sn-dashboard-section {
	margin-bottom: 64px;
	scroll-margin-top: 92px;
}

.sn-stat-grid {
	gap: 18px;
}

.sn-stat-card {
	border-color: var(--sn-line);
	border-radius: 16px;
	box-shadow: var(--sn-shadow-xs);
	min-height: 152px;
	overflow: hidden;
	padding: 22px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.sn-stat-card::before {
	background: #e0e7ff;
	border-radius: 999px;
	content: "";
	height: 5px;
	left: 22px;
	position: absolute;
	top: 18px;
	width: 34px;
}

.sn-stat-card:nth-child(2)::before {
	background: #fde68a;
}

.sn-stat-card:nth-child(3)::before {
	background: #99f6e4;
}

.sn-stat-card:hover {
	box-shadow: var(--sn-shadow);
	transform: translateY(-3px);
}

.sn-stat-card > span {
	font-size: 12px;
	font-weight: 650;
	margin-top: 18px;
}

.sn-stat-card > strong {
	color: var(--sn-heading);
	font-size: 32px;
	font-weight: 730;
}

.sn-stat-card--accent {
	background:
		radial-gradient(circle at 100% 0, rgba(56, 189, 248, 0.3), transparent 45%),
		var(--sn-gradient);
	border-color: transparent;
}

.sn-stat-card--accent::before {
	background: rgba(255, 255, 255, 0.7);
}

.sn-stat-card--accent > strong {
	color: #fff;
}

.sn-section-heading h2 {
	font-size: 30px;
	font-weight: 730;
}

.sn-dashboard-list,
.sn-table-wrap {
	border-color: var(--sn-line);
	border-radius: 16px;
	box-shadow: var(--sn-shadow-xs);
}

.sn-dashboard-property {
	padding: 16px;
	transition: background 160ms ease;
}

.sn-dashboard-property:hover {
	background: #fbfcfe;
}

.sn-dashboard-property__image {
	border-radius: 12px;
	height: 76px;
}

.sn-dashboard-property__actions a,
.sn-inline-actions > a {
	text-underline-offset: 3px;
}

.sn-status {
	border: 1px solid transparent;
	font-size: 10px;
	letter-spacing: 0.035em;
	padding: 7px 9px;
}

.sn-status--publish,
.sn-status--confirmed,
.sn-status--paid,
.sn-status--completed {
	border-color: #abefc6;
}

.sn-status--pending,
.sn-status--awaiting_payment,
.sn-status--requested,
.sn-status--processing {
	border-color: #fedf89;
}

.sn-status--cancelled,
.sn-status--rejected,
.sn-status--refunded,
.sn-status--expired,
.sn-status--cancellation_requested {
	border-color: #fecdca;
}

.sn-table th {
	background: #f8fafc;
	color: #667085;
	font-size: 10px;
	padding: 14px 16px;
}

.sn-table td {
	border-top-color: #eef2f6;
	padding: 16px;
}

.sn-table tbody tr {
	transition: background 140ms ease;
}

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

.sn-panel {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sn-message {
	background: #f2f4f7;
	border-radius: 12px 12px 12px 3px;
}

.sn-message.is-mine {
	background: #eef4ff;
	border-radius: 12px 12px 3px 12px;
	color: #312e81;
}

.sn-trip-card {
	border-color: var(--sn-line);
	border-radius: 18px;
	box-shadow: var(--sn-shadow-xs);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.sn-trip-card:hover {
	box-shadow: var(--sn-shadow);
	transform: translateY(-2px);
}

.sn-trip-card__image {
	border-radius: 0;
}

.sn-trip-card__content {
	padding: 30px;
}

/* Checkout and account */
.sn-checkout {
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) 400px;
	max-width: 1120px;
}

.sn-back-link {
	color: var(--sn-muted) !important;
	text-decoration: none;
}

.sn-back-link:hover {
	color: var(--sn-primary-dark) !important;
}

.sn-checkout-steps {
	align-items: center;
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0 0 24px;
	max-width: 430px;
	padding: 0;
}

.sn-checkout-steps li {
	align-items: center;
	color: var(--sn-subtle);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 7px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.sn-checkout-steps li:not(:last-child)::after {
	background: var(--sn-line);
	content: "";
	height: 1px;
	margin: 0 12px;
	width: 36px;
}

.sn-checkout-steps li span {
	align-items: center;
	background: #f2f4f7;
	border: 1px solid var(--sn-line);
	border-radius: 50%;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.sn-checkout-steps li.is-current {
	color: var(--sn-primary-dark);
}

.sn-checkout-steps li.is-current span {
	background: var(--sn-primary);
	border-color: var(--sn-primary);
	box-shadow: 0 5px 12px rgba(79, 70, 229, 0.22);
	color: #fff;
}

.sn-checkout-section {
	border-color: var(--sn-line);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055);
}

.sn-checkout-section > h2 {
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 22px;
	padding-bottom: 16px;
}

.sn-checkout__summary {
	border-color: var(--sn-line);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13), 0 4px 14px rgba(15, 23, 42, 0.05);
	padding: 26px;
}

.sn-checkout-property img {
	border-radius: 12px;
}

.sn-price-breakdown .sn-price-total {
	background: #f8fafc;
	border-radius: 12px;
	margin: 18px -10px 0;
	padding: 17px 10px 4px;
}

.sn-checkout-trust {
	align-items: flex-start;
	background: #f0fdf9;
	border: 1px solid #ccfbef;
	border-radius: 13px;
	color: #115e59;
	display: flex;
	gap: 11px;
	margin-top: 20px;
	padding: 14px;
}

.sn-checkout-trust .sn-icon {
	height: 20px;
	margin-top: 1px;
	width: 20px;
}

.sn-checkout-trust p,
.sn-checkout-trust strong,
.sn-checkout-trust span {
	display: block;
	margin: 0;
}

.sn-checkout-trust strong {
	font-size: 12px;
}

.sn-checkout-trust span {
	font-size: 11px;
	line-height: 1.45;
	margin-top: 3px;
}

.sn-confirmation__icon {
	background: linear-gradient(135deg, #d1fadf, #a6f4c5);
	box-shadow: 0 12px 26px rgba(18, 183, 106, 0.18);
}

.sn-confirmation__card {
	border-color: var(--sn-line);
	box-shadow: var(--sn-shadow);
}

.sn-auth-layout {
	border-radius: 20px;
	box-shadow: 0 26px 65px rgba(15, 23, 42, 0.13);
	gap: 0;
	max-width: 980px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

.sn-auth-panel {
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 48px;
}

.sn-auth-panel--accent {
	background:
		radial-gradient(circle at 100% 0, rgba(56, 189, 248, 0.16), transparent 34%),
		linear-gradient(145deg, #f5f7ff, #eef4ff);
	border: 0;
	border-left: 1px solid #dbe3f0;
	border-radius: 0;
}

.sn-auth-intro {
	color: var(--sn-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: -14px 0 18px;
}

.sn-auth-benefits {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.sn-auth-benefits li {
	align-items: center;
	color: #344054;
	display: flex;
	font-size: 13px;
	gap: 9px;
}

.sn-auth-benefits .sn-icon {
	color: var(--sn-primary);
	height: 17px;
	width: 17px;
}

.sn-auth-panel .button-primary {
	background: var(--sn-gradient);
	border-radius: var(--sn-radius-sm);
	box-shadow: 0 8px 18px rgba(79, 70, 229, 0.22);
	min-height: 48px;
	width: 100%;
}

.sn-account-summary {
	background: var(--sn-gradient-soft);
	border: 1px solid rgba(91, 91, 214, 0.14);
	border-radius: 24px;
	box-shadow: var(--sn-shadow);
	max-width: 720px;
}

.sn-account-avatar img {
	box-shadow: 0 0 0 5px #fff, 0 14px 30px rgba(15, 23, 42, 0.16);
}

.sn-onboarding-card {
	background:
		radial-gradient(circle at 10% 20%, rgba(99, 91, 255, 0.14), transparent 30%),
		radial-gradient(circle at 90% 80%, rgba(14, 165, 233, 0.12), transparent 30%),
		#f8fafc;
	border: 1px solid var(--sn-line);
	box-shadow: var(--sn-shadow);
}

.admin-bar .sn-search-bar {
	top: 48px;
}

.admin-bar .sn-dashboard-nav {
	top: 44px;
}

.admin-bar .sn-booking-card,
.admin-bar .sn-checkout__summary {
	top: 48px;
}

@media (max-width: 1180px) {
	.sn-property-layout {
		gap: 48px;
		grid-template-columns: minmax(0, 1fr) 350px;
	}

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

@media (max-width: 900px) {
	.sn-search-intro {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.sn-search-intro p {
		max-width: 650px;
	}

	.sn-search-bar {
		position: static;
	}

	.sn-filter-panel {
		border-radius: 0 18px 18px 0;
		top: 0;
	}

	.sn-filter-backdrop {
		backdrop-filter: blur(3px);
		background: rgba(15, 23, 42, 0.48);
		border: 0;
		cursor: pointer;
		inset: 0;
		padding: 0;
		position: fixed;
		z-index: 99998;
	}

	.sn-property-layout,
	.sn-checkout {
		gap: 32px;
	}

	.sn-checkout__summary {
		order: -1;
	}
}

@media (max-width: 680px) {
	.admin-bar .sn-dashboard-nav {
		top: 58px;
	}

	.sn-hero-search {
		margin-top: 24px;
		padding: 0 16px;
	}

	.sn-search-intro h2 {
		font-size: 34px;
	}

	.sn-search-intro p {
		font-size: 14px;
	}

	.sn-search-bar {
		border-radius: 16px;
		box-shadow: 0 14px 34px rgba(15, 23, 42, 0.11);
		padding: 7px;
	}

	.sn-search-field,
	.sn-search-field:nth-child(odd) {
		border-bottom-color: var(--sn-line);
		border-radius: 10px;
		padding: 12px 14px;
	}

	.sn-search-submit {
		margin-top: 8px;
	}

	.sn-explore {
		padding-bottom: 72px;
	}

	.sn-results-toolbar {
		align-items: stretch;
	}

	.sn-property-grid {
		gap: 18px;
	}

	.sn-property-card {
		border-radius: 16px;
	}

	.sn-property-card__media {
		aspect-ratio: 1.25 / 1;
	}

	.sn-property-header__actions {
		align-self: stretch;
		width: 100%;
	}

	.sn-property-header__actions button {
		flex: 1;
		justify-content: center;
	}

	.sn-gallery {
		border-radius: 16px;
		height: 310px;
	}

	.sn-property-layout {
		gap: 24px;
	}

	.sn-booking-card {
		border-radius: 17px;
		padding: 22px;
	}

	.sn-highlights > div {
		padding: 13px;
	}

	.sn-rules-grid {
		gap: 12px;
	}

	.sn-form-section,
	.sn-checkout-section,
	.sn-panel {
		padding: 22px;
	}

	.sn-dashboard__header {
		border-radius: 17px;
		padding: 28px 24px;
	}

	.sn-dashboard-nav {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sn-stat-grid {
		gap: 12px;
	}

	.sn-stat-card {
		min-height: 138px;
	}

	.sn-trip-card__image {
		border-radius: 0;
	}

	.sn-checkout-steps li {
		font-size: 0;
	}

	.sn-checkout-steps li:not(:last-child)::after {
		margin: 0 8px;
		width: min(15vw, 44px);
	}

	.sn-auth-layout {
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
	}

	.sn-auth-panel,
	.sn-auth-panel--accent {
		border: 1px solid var(--sn-line);
		border-radius: 17px;
		margin-bottom: 16px;
		padding: 28px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sn-single-property *,
	.sn-explore *,
	.sn-hero-search *,
	.sn-dashboard *,
	.sn-form-page *,
	.sn-checkout *,
	.sn-confirmation *,
	.sn-saved-page *,
	.sn-auth-layout * {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.sn-button,
	.sn-search-submit,
	.sn-property-card,
	.sn-form-section,
	.sn-checkout-section,
	.sn-panel,
	.sn-booking-card,
	.sn-dashboard__header {
		border: 1px solid CanvasText;
	}
}
