.escozo-dating-app,
.escozo-dating-app * {
	box-sizing: border-box;
}

.escozo-dating-app {
	--escozo-primary: var(--wp--preset--color--primary, var(--wp--style--color--link, #2563eb));
	--escozo-secondary: var(--wp--preset--color--secondary, var(--escozo-primary));
	--escozo-accent: var(--wp--preset--color--accent, var(--escozo-primary));
	--escozo-bg: var(--escozo-primary);
	--escozo-gradient: linear-gradient(135deg, var(--escozo-primary) 0%, var(--escozo-secondary) 100%);
	--escozo-card: #ffffff;
	--escozo-text: #1f2937;
	--escozo-muted: #6b7280;
	--escozo-shadow: 0 25px 55px rgba(31, 41, 55, 0.16);
	font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	color: var(--escozo-text);
	min-height: 100vh;
	width: 100%;
	max-width: none;
	display: block;
}

.is-layout-constrained > .escozo-dating-app,
.entry-content > .escozo-dating-app,
.wp-block-post-content > .escozo-dating-app {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.has-global-padding .escozo-dating-app {
	margin-left: calc(var(--wp--style--root--padding-left, 0px) * -1) !important;
	margin-right: calc(var(--wp--style--root--padding-right, 0px) * -1) !important;
	width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px)) !important;
	max-width: none !important;
}

.escozo-dating-app a {
	text-decoration: none;
}

.escozo-container {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 20px;
}

.escozo-container {
	padding-top: 32px;
	padding-bottom: 56px;
}

.escozo-action,
.escozo-card__link,
.escozo-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.escozo-card__link,
.escozo-action--wa,
.escozo-contact--wa {
	background: var(--escozo-bg);
	color: #fff;
	padding: 11px 18px;
	box-shadow: 0 8px 18px rgba(102, 126, 234, 0.28);
}

.escozo-back {
	color: #fff;
}

.escozo-card,
.escozo-profile {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 28px;
	box-shadow: var(--escozo-shadow);
}

.escozo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(287px, 287px));
	justify-content: center;
	gap: 25px;
}

.escozo-empty {
	margin: 0;
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--escozo-shadow);
}

.escozo-filter-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 14px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(31, 41, 55, 0.1);
}

.escozo-filter-note span {
	color: #64748b;
}

.escozo-filter-note strong {
	color: #111827;
}

.escozo-filter-note a {
	margin-left: auto;
	color: var(--escozo-primary);
	font-weight: 600;
}

.escozo-filter-note--breadcrumbs {
	justify-content: space-between;
}

.escozo-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.escozo-breadcrumbs a {
	color: #111827;
	font-weight: 700;
}

.escozo-breadcrumbs__sep {
	color: #94a3b8;
	font-weight: 600;
}

.escozo-location-description {
	margin: 0 0 22px;
	padding: 18px 20px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px rgba(31, 41, 55, 0.1);
}

.escozo-location-description__preview {
	color: #334155;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.escozo-location-description.is-expanded .escozo-location-description__preview {
	display: block;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.escozo-location-description__preview > :first-child {
	margin-top: 0;
}

.escozo-location-description__preview > :last-child {
	margin-bottom: 0;
}

.escozo-location-description__toggle {
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--escozo-primary);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.escozo-location-description__toggle[hidden] {
	display: none;
}

.escozo-card {
	overflow: hidden;
	width: 287px;
	border-radius: 24px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
}

.escozo-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
}

.escozo-card__image-wrap {
	display: block;
	position: relative;
	height: 383px;
	overflow: hidden;
}

.escozo-card__image-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.escozo-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.escozo-card:hover .escozo-card__image {
	transform: scale(1.03);
}

.escozo-card__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 60px 16px 14px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.88) 100%);
	color: #fff;
	z-index: 2;
	pointer-events: none;
}

.escozo-card__overlay h3 {
	font-size: 1.18rem;
	margin: 0 0 6px;
}

.escozo-card__overlay-contacts {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	position: relative;
	z-index: 4;
	pointer-events: auto;
	width: 100%;
}

.escozo-card__overlay-phone,
.escozo-card__overlay-wa {
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
}

.escozo-card__overlay-phone {
	flex: 1;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.95);
	color: #333;
	backdrop-filter: blur(8px);
}

.escozo-card__overlay-wa {
	width: 44px;
	height: 44px;
	min-width: 44px;
	padding: 0;
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow: 0 10px 22px rgba(18, 140, 126, 0.34);
	overflow: hidden;
}

.escozo-card__overlay-wa svg,
.escozo-card__mobile-wa svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
	flex: 0 0 18px;
	transform: translateZ(0);
}

.escozo-card__overlay p,
.escozo-card__excerpt,
.escozo-profile__meta,
.escozo-section p {
	margin: 0;
	line-height: 1.55;
}

.escozo-card__body {
	padding: 16px;
}

.escozo-card__excerpt {
	color: var(--escozo-muted);
	margin-bottom: 14px;
	min-height: 58px;
	font-size: 0.85rem;
	line-height: 1.45;
}

.escozo-card__contacts,
.escozo-profile__actions,
.escozo-profile__mobile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.escozo-card__contacts {
	display: none;
}

.escozo-contact,
.escozo-action--phone {
	padding: 11px 16px;
	border: 1px solid rgba(102, 126, 234, 0.18);
	color: var(--escozo-primary);
	background: rgba(102, 126, 234, 0.08);
}

.escozo-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	width: 100%;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 14px;
	background: var(--escozo-gradient);
	box-shadow: 0 8px 18px rgba(102, 126, 234, 0.24);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
}

.escozo-status {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	font-size: 0.82rem;
}

.escozo-status span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
}

.escozo-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.escozo-badge-stack {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 8px;
	justify-content: flex-end;
	max-width: calc(100% - 92px);
}

.escozo-badge--vip {
	background:
		linear-gradient(135deg, rgba(255, 244, 180, 0.96) 0%, rgba(255, 211, 78, 0.96) 42%, rgba(255, 163, 26, 0.96) 100%);
	color: #5b3700;
	border: 1px solid rgba(255, 249, 214, 0.7);
	box-shadow:
		0 10px 24px rgba(255, 172, 28, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.escozo-badge--vip::before {
	content: "★";
	font-size: 0.88rem;
	line-height: 1;
	color: #8a5300;
}

.escozo-badge--card {
	top: 16px;
	right: 16px;
}

.escozo-badge--profile {
	top: 18px;
	left: 18px;
}

.escozo-status--profile {
	top: 18px;
	left: 108px;
}

.escozo-badge--vip::before {
	content: "\2605";
}

.escozo-badge--verified {
	background: linear-gradient(135deg, rgba(208, 247, 255, 0.96) 0%, rgba(119, 219, 255, 0.96) 48%, rgba(37, 99, 235, 0.96) 100%);
	color: #05315f;
	border: 1px solid rgba(224, 248, 255, 0.72);
	box-shadow:
		0 10px 24px rgba(37, 99, 235, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.escozo-badge--verified::before {
	content: "\2713";
	font-size: 0.92rem;
	line-height: 1;
	color: #0b4c8c;
}

.escozo-profile__top-badges {
	position: absolute;
	top: 18px;
	left: 18px;
	right: 18px;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.escozo-status--profile {
	position: static;
	top: auto;
	left: auto;
}

.escozo-card__mobile-contacts {
	display: none;
	padding: 0;
	margin-top: 0;
	position: relative;
	z-index: 4;
	width: 100%;
}

.escozo-card__mobile-plate {
	display: flex;
	align-items: stretch;
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

.escozo-card__mobile-phone,
.escozo-card__mobile-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	font-weight: 600;
	text-decoration: none;
}

.escozo-card__mobile-phone {
	flex: 1 1 auto;
	padding: 10px 8px;
	color: #fff;
	background: linear-gradient(135deg, #5f74ea 0%, #6f4fc9 100%);
	font-size: 0.85rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.escozo-card__mobile-wa {
	flex: 0 0 52px;
	color: #fff;
	background: linear-gradient(135deg, #25d366 0%, #19b954 100%);
	padding: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	overflow: hidden;
}

.escozo-back {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 10px 18px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.18);
}

.escozo-profile {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	overflow: hidden;
	min-height: 700px;
	max-width: 1240px;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.escozo-profile__media {
	background: #111827;
	padding: 0;
	position: relative;
}

.escozo-status--profile {
	top: 18px;
}

.escozo-checklist__item--vip {
	background: linear-gradient(135deg, rgba(255, 245, 197, 0.78) 0%, rgba(255, 230, 147, 0.52) 100%);
	border-color: rgba(245, 158, 11, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.escozo-carousel {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.escozo-carousel__track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	touch-action: pan-y;
	height: 100%;
}

.escozo-carousel__slide {
	min-width: 100%;
	aspect-ratio: 1 / 1.5;
}

.escozo-carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.escozo-carousel__counter,
.escozo-carousel__btn,
.escozo-carousel__dot {
	position: absolute;
	z-index: 2;
}

.escozo-carousel__counter {
	top: 16px;
	right: 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.7);
	color: #fff;
	font-size: 0.85rem;
}

.escozo-carousel__btn {
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(10px);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.escozo-carousel__btn:hover {
	transform: translateY(-50%) scale(1.04);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.24);
	background: #fff;
}

.escozo-carousel__btn svg {
	width: 20px;
	height: 20px;
	fill: #111827;
	display: block;
}

.escozo-carousel__btn.is-prev {
	left: 12px;
}

.escozo-carousel__btn.is-next {
	right: 12px;
}

.escozo-carousel__dots {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.escozo-carousel__dot {
	position: static;
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
}

.escozo-carousel__dot.is-active {
	background: #fff;
	transform: scale(1.15);
}

.escozo-profile__mobile-actions {
	display: none;
	margin: 16px;
	flex-direction: column;
}

.escozo-profile__content {
	padding: 34px 36px;
}

.escozo-profile__title {
	margin: 0 0 10px;
	font-size: clamp(2.1rem, 3vw, 2.7rem);
	font-weight: 700;
	line-height: 1.08;
	color: #1f2937;
}

.escozo-profile__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin-bottom: 20px;
	font-size: 1rem;
}

.escozo-profile__location-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.escozo-profile__location-link {
	color: #64748b;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.escozo-profile__location-link:hover {
	color: var(--escozo-primary);
}

.escozo-profile__location-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	line-height: 1;
}

.escozo-profile__meta-sep {
	color: #94a3b8;
}

.escozo-profile__online-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0f766e;
	font-weight: 600;
}

.escozo-profile__online-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
}

.escozo-profile__actions {
	margin-bottom: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 14px;
	max-width: 760px;
}

.escozo-profile__actions .escozo-action {
	min-height: 50px;
	padding: 13px 22px;
	font-size: 1rem;
	font-weight: 700;
	width: 100%;
}

.escozo-profile__actions .escozo-action--phone {
	background: var(--escozo-gradient);
	border: none;
	color: #fff;
	box-shadow: 0 10px 22px rgba(102, 126, 234, 0.28);
}

.escozo-profile__actions .escozo-action--wa {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	box-shadow: 0 10px 22px rgba(37, 211, 102, 0.28);
}

.escozo-section + .escozo-section {
	margin-top: 22px;
}

.escozo-section h2 {
	margin: 0 0 14px;
	font-size: 1.2rem;
	color: #111827;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.escozo-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
}

.escozo-profile__description {
	font-size: 1rem;
	line-height: 1.75;
	color: #475569;
	max-width: 760px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.escozo-profile__details {
	display: grid;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.escozo-profile__detail-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 18px;
	background: #f8fafc;
}

.escozo-profile__detail-text {
	color: #334155;
	line-height: 1.5;
}

.escozo-profile__detail-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(34, 197, 94, 0.14);
	color: #16a34a;
	font-weight: 700;
	flex-shrink: 0;
}

.escozo-info-note {
	margin-top: 16px;
	padding: 16px 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
	border: 1px solid rgba(102, 126, 234, 0.16);
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.65;
}

.escozo-action:hover,
.escozo-card__link:hover,
.escozo-contact:hover {
	transform: translateY(-2px);
}

.escozo-dating-app--account {
	min-height: auto;
	padding: 24px 0 40px;
}

.escozo-account {
	max-width: 1180px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--escozo-shadow);
}

.escozo-account h2 {
	margin: 0;
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	color: #111827;
}

.escozo-account__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.escozo-account__eyebrow {
	margin: 0 0 8px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--escozo-primary);
}

.escozo-account__summary {
	margin: 12px 0 0;
	max-width: 720px;
	color: #64748b;
	line-height: 1.6;
}

.escozo-account__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 16px;
	background: var(--escozo-gradient);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(102, 126, 234, 0.24);
	white-space: nowrap;
}

.escozo-dashboard-table-wrap {
	overflow-x: auto;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.escozo-dashboard-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
}

.escozo-dashboard-table thead th {
	padding: 18px 20px;
	text-align: left;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
	background: rgba(255, 255, 255, 0.72);
}

.escozo-dashboard-table tbody td {
	padding: 18px 20px;
	border-top: 1px solid rgba(226, 232, 240, 0.9);
	vertical-align: middle;
	color: #1f2937;
}

.escozo-dashboard-table tbody tr {
	transition: background-color 0.2s ease;
}

.escozo-dashboard-table tbody tr:hover {
	background: rgba(102, 126, 234, 0.04);
}

.escozo-dashboard-table__photo {
	width: 68px;
	height: 68px;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.18) 0%, rgba(118, 75, 162, 0.18) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.escozo-dashboard-table__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.escozo-dashboard-table__photo span {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--escozo-primary);
}

.escozo-dashboard-table__publish {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
}

.escozo-dashboard-table__publish.is-published {
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
}

.escozo-dashboard-table__publish.is-unpublished {
	background: rgba(239, 68, 68, 0.12);
	color: #b91c1c;
}

.escozo-dashboard-table__title {
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.escozo-dashboard-table__status {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(102, 126, 234, 0.1);
	color: var(--escozo-primary);
	font-size: 0.85rem;
	font-weight: 700;
}

.escozo-dashboard-table__contacts {
	display: grid;
	gap: 4px;
	line-height: 1.4;
}

.escozo-dashboard-table__contact-link {
	color: var(--escozo-primary);
	font-weight: 600;
}

.escozo-dashboard-table__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 14px;
	background: rgba(102, 126, 234, 0.1);
	color: var(--escozo-primary);
	font-weight: 700;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.escozo-dashboard-table__action:hover {
	transform: translateY(-1px);
	background: rgba(102, 126, 234, 0.16);
}

.escozo-form-notice {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 500;
}

.escozo-form-notice.is-success {
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.16);
	color: #166534;
}

.escozo-form-notice.is-error {
	background: rgba(239, 68, 68, 0.1);
	border: 1px solid rgba(239, 68, 68, 0.14);
	color: #991b1b;
}

.escozo-account--form {
	max-width: 1080px;
}

.escozo-account__hero--form {
	align-items: flex-start;
}

.escozo-account__ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 16px;
	background: rgba(102, 126, 234, 0.08);
	color: var(--escozo-primary);
	font-weight: 700;
	white-space: nowrap;
}

.escozo-profile-editor {
	display: grid;
	gap: 22px;
}

.escozo-profile-editor__section {
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.escozo-profile-editor__section-head {
	margin-bottom: 18px;
}

.escozo-profile-editor__section-head h3 {
	margin: 0 0 8px;
	font-size: 1.18rem;
	color: #111827;
}

.escozo-profile-editor__section-head p {
	margin: 0;
	color: #64748b;
	line-height: 1.6;
}

.escozo-profile-editor__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.escozo-field {
	display: grid;
	gap: 8px;
}

.escozo-field--full {
	grid-column: 1 / -1;
}

.escozo-field label {
	font-weight: 700;
	color: #1f2937;
}

.escozo-field__label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	color: #1f2937;
}

.escozo-frontend-form input[type="text"],
.escozo-frontend-form input[type="email"],
.escozo-frontend-form input[type="password"],
.escozo-frontend-form select,
.escozo-frontend-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 16px;
	background: #fff;
	color: #111827;
	font: inherit;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.escozo-frontend-form textarea {
	resize: vertical;
	min-height: 140px;
}

.escozo-location-checklist {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.escozo-location-checklist__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
}

.escozo-location-checklist__item input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: 0 0 auto;
}

.escozo-location-checklist__item span {
	color: #111827;
	line-height: 1.45;
}

.escozo-frontend-form input:focus,
.escozo-frontend-form select:focus,
.escozo-frontend-form textarea:focus {
	outline: none;
	border-color: rgba(102, 126, 234, 0.55);
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.12);
}

.escozo-profile-editor__media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.escozo-media-control {
	padding: 18px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(226, 232, 240, 0.95);
}

.escozo-media-control__title {
	margin: 0 0 14px;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.escozo-media-control__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.escozo-media-control .button,
.escozo-profile-editor__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 0;
	border-radius: 14px;
	background: var(--escozo-gradient);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(102, 126, 234, 0.24);
}

.escozo-media-control .button-link-delete {
	display: inline-flex;
	align-items: center;
	padding: 12px 0;
	color: #dc2626;
	font-weight: 700;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.escozo-media-control__preview {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	min-height: 90px;
	padding: 10px;
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.9);
	border: 1px dashed rgba(148, 163, 184, 0.34);
}

.escozo-checklist {
	margin: 0;
	padding: 0;
	border: 0;
	display: grid;
	gap: 12px;
}

.escozo-checklist legend {
	margin-bottom: 14px;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.escozo-checklist__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	color: #334155;
	font-weight: 500;
}

.escozo-checklist__item input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--escozo-primary);
}

.escozo-profile-editor__footer {
	display: flex;
	justify-content: flex-start;
}

.escozo-profile-editor__submit {
	min-width: 230px;
	min-height: 52px;
	font-size: 1rem;
}

.escozo-account--auth {
	max-width: 760px;
}

.escozo-account__hero--auth {
	align-items: flex-start;
}

.escozo-auth-form {
	display: grid;
	gap: 18px;
}

.escozo-auth-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.escozo-auth-form__footer {
	display: flex;
	justify-content: flex-start;
}

.escozo-auth-form__remember {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #475569;
	font-weight: 500;
}

.escozo-auth-form__remember input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--escozo-primary);
}

.escozo-auth-launchers {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.menu-item.escozo-menu-auth > a,
.menu-item.escozo-menu-guest > a,
.menu-item.escozo-menu-logout > a,
.menu-item.escozo-menu-cabinet > a,
.escozo-auth-launcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid rgba(102, 126, 234, 0.12);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 245, 249, 0.96) 100%);
	color: #475569;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.menu-item.escozo-menu-auth > a::before,
.menu-item.escozo-menu-guest > a::before,
.menu-item.escozo-menu-logout > a::before,
.menu-item.escozo-menu-cabinet > a::before {
	font-size: 0.95rem;
	line-height: 1;
}

.menu-item.escozo-menu-auth > a:hover,
.menu-item.escozo-menu-guest > a:hover,
.menu-item.escozo-menu-logout > a:hover,
.menu-item.escozo-menu-cabinet > a:hover,
.escozo-auth-launcher:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.menu-item.escozo-menu-cabinet > a {
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
	color: var(--escozo-primary);
	border-color: rgba(102, 126, 234, 0.18);
}

.menu-item.escozo-menu-cabinet > a::before {
	content: "▣";
}

.menu-item.escozo-menu-logout > a {
	background: linear-gradient(135deg, rgba(255, 237, 213, 0.96) 0%, rgba(254, 226, 226, 0.96) 100%);
	color: #c2410c;
	border-color: rgba(249, 115, 22, 0.18);
}

.menu-item.escozo-menu-logout > a::before {
	content: "↘";
}

.menu-item.escozo-menu-auth > a,
.menu-item.escozo-menu-guest > a,
.escozo-auth-launcher.is-register {
	background: var(--escozo-gradient);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(102, 126, 234, 0.24);
}

.menu-item.escozo-menu-auth > a::before,
.menu-item.escozo-menu-guest > a::before {
	content: "✦";
}

.menu-item.escozo-menu-auth > a:hover,
.menu-item.escozo-menu-guest > a:hover,
.escozo-auth-launcher.is-register:hover {
	box-shadow: 0 16px 30px rgba(102, 126, 234, 0.28);
}

.menu-item.escozo-menu-auth,
.menu-item.escozo-menu-guest,
.menu-item.escozo-menu-logout,
.menu-item.escozo-menu-cabinet {
	margin-inline-start: 6px;
}

.escozo-auth-modal[hidden] {
	display: none !important;
}

.escozo-auth-modal {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	isolation: isolate;
}

.escozo-auth-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.62);
	backdrop-filter: blur(5px);
}

.escozo-auth-modal__dialog {
	position: relative;
	width: min(720px, 100%);
	max-height: calc(100vh - 48px);
	max-height: calc(100dvh - 48px);
	overflow: auto;
	padding: 28px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 32px 70px rgba(15, 23, 42, 0.28);
}

.escozo-auth-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.08);
	color: #111827;
	font-size: 28px;
	line-height: 1;
	font-family: inherit;
	font-weight: 400;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transform: translateZ(0);
}

.escozo-auth-modal__tabs {
	display: inline-flex;
	padding: 6px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: rgba(102, 126, 234, 0.08);
}

.escozo-auth-modal__tab {
	padding: 11px 20px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #64748b;
	font-weight: 700;
	cursor: pointer;
}

.escozo-auth-modal__tab.is-active {
	background: var(--escozo-gradient);
	color: #fff;
	box-shadow: 0 10px 18px rgba(102, 126, 234, 0.2);
}

.escozo-auth-modal__panel {
	display: none;
}

.escozo-auth-modal__panel.is-active {
	display: block;
}

@media (max-width: 980px) {
	.escozo-profile {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.escozo-profile__media {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.escozo-carousel,
	.escozo-carousel__track {
		height: auto;
	}

	.escozo-account__hero {
		flex-direction: column;
		align-items: flex-start;
	}

	.escozo-profile-editor__grid,
	.escozo-profile-editor__media-grid,
	.escozo-auth-form__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.drawer-content .mobile-html,
	.drawer-content .mobile-html-inner {
		width: 100%;
	}

	.drawer-content .mobile-html-inner > p:empty,
	.drawer-content .mobile-html-inner > p {
		display: none;
	}

	.drawer-content .mobile-html-inner .escozo-auth-launchers {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100%;
	}

	.drawer-content .mobile-html-inner .escozo-auth-launcher {
		display: flex;
		width: 100%;
		min-height: 52px;
		padding: 14px 18px;
		justify-content: center;
		align-items: center;
		text-align: center;
		box-sizing: border-box;
	}

	.escozo-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.escozo-container {
		padding-top: 18px;
		padding-bottom: 28px;
	}

	.escozo-card__body,
	.escozo-profile__content,
	.escozo-profile__media {
		padding: 16px;
	}

	.escozo-back {
		margin-bottom: 14px;
		padding: 9px 14px;
		font-size: 0.9rem;
	}

	.escozo-card__overlay-contacts {
		display: none;
	}

	.escozo-card__mobile-contacts,
	.escozo-profile__mobile-actions {
		display: flex;
	}

	.escozo-profile__actions {
		display: none;
	}

	.escozo-card {
		width: 100%;
	}

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

	.escozo-card__image-wrap {
		height: auto;
		aspect-ratio: 287 / 383;
	}

	.escozo-card__body {
		padding: 10px;
	}

	.escozo-card__overlay {
		padding: 45px 10px 10px;
	}

	.escozo-card__overlay h3 {
		font-size: 0.92rem;
		margin-bottom: 4px;
	}

	.escozo-card__overlay p {
		font-size: 0.72rem;
	}

	.escozo-badge-stack--card {
		top: 10px;
		right: 10px;
		gap: 6px;
		max-width: calc(100% - 74px);
	}

	.escozo-badge-stack--card .escozo-badge {
		padding: 5px 8px;
		font-size: 0.58rem;
		letter-spacing: 0.06em;
		line-height: 1.1;
	}

	.escozo-badge-stack--card .escozo-badge::before {
		font-size: 0.72rem;
	}

	.escozo-card__mobile-contacts {
		padding: 0;
		margin-top: 0;
	}

	.escozo-card__mobile-plate {
		border-radius: 0;
	}

	.escozo-card__mobile-phone,
	.escozo-card__mobile-wa {
		min-height: 40px;
	}

	.escozo-card__mobile-phone {
		padding: 9px 8px;
		font-size: 0.76rem;
		line-height: 1.1;
		text-align: center;
	}

	.escozo-card__mobile-wa {
		flex-basis: 46px;
	}

	.escozo-card__mobile-wa svg {
		width: 17px;
		height: 17px;
	}

	.escozo-card__excerpt {
		min-height: 44px;
		margin-bottom: 10px;
		font-size: 0.74rem;
		line-height: 1.35;
	}

	.escozo-card__link {
		min-height: 36px;
		margin-top: 2px;
		padding: 8px 10px;
		border-radius: 12px;
		font-size: 0.74rem;
		box-shadow: 0 6px 14px rgba(102, 126, 234, 0.2);
	}

	.escozo-profile {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.escozo-profile__media {
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.escozo-carousel,
	.escozo-carousel__track {
		height: auto;
	}

	.escozo-carousel__counter {
		top: 12px;
		right: 12px;
		font-size: 0.78rem;
	}

	.escozo-carousel__btn {
		width: 40px;
		height: 40px;
	}

	.escozo-profile__content {
		padding: 25px 20px;
	}

	.escozo-profile__mobile-actions {
		flex-direction: column;
		gap: 10px;
		margin: 0;
		padding: 15px 20px;
		background: #fff;
	}

	.escozo-profile__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 16px;
	}

	.escozo-profile__title {
		font-size: 1.85rem;
		line-height: 1.15;
	}

	.escozo-profile__location-links,
	.escozo-profile__online-note {
		font-size: 0.9rem;
	}

	.escozo-profile__mobile-actions .escozo-action {
		width: 100%;
		min-height: 48px;
		padding: 12px 16px;
		font-size: 0.95rem;
		border-radius: 15px;
		font-weight: 700;
	}

	.escozo-profile__mobile-actions .escozo-action--phone {
	background: var(--escozo-gradient);
		color: #fff;
		border: none;
		box-shadow: 0 10px 20px rgba(102, 126, 234, 0.28);
	}

	.escozo-profile__mobile-actions .escozo-action--wa {
		background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
		box-shadow: 0 10px 18px rgba(37, 211, 102, 0.26);
	}

	.escozo-profile__description {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.escozo-profile__detail-item {
		padding: 12px 14px;
		border-radius: 16px;
	}

	.escozo-profile__detail-text {
		font-size: 0.92rem;
	}

	.escozo-info-note {
		padding: 14px 16px;
		font-size: 0.92rem;
		line-height: 1.6;
	}

	.escozo-dating-app--account {
		padding-top: 10px;
	}

	.escozo-account {
		padding: 20px 16px;
		border-radius: 24px;
	}

	.escozo-account__ghost {
		width: 100%;
	}

	.escozo-account__cta {
		width: 100%;
	}

	.escozo-auth-modal {
		padding: 14px;
		align-items: flex-end;
	}

	.escozo-auth-modal__dialog {
		width: 100%;
		max-width: 100%;
		max-height: min(88dvh, calc(100dvh - 28px));
		padding: 65px 16px 20px;
		border-radius: 24px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.escozo-auth-modal__close {
		top: 15px;
		right: 10px;
		width: 42px;
		height: 42px;
	}

	.escozo-auth-modal__tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		margin-top: 6px;
	}

	.menu-item.escozo-menu-auth,
	.menu-item.escozo-menu-guest,
	.menu-item.escozo-menu-logout,
	.wp-block-navigation-item.escozo-menu-auth,
	.wp-block-navigation-item.escozo-menu-guest,
	.wp-block-navigation-item.escozo-menu-logout,
	.wp-block-navigation-item.escozo-menu-cabinet,
	.menu-item.escozo-menu-cabinet {
		margin-inline-start: 0;
		text-align: center;
		width: 100%;
	}

	.menu-item.escozo-menu-auth > a,
	.menu-item.escozo-menu-guest > a,
	.menu-item.escozo-menu-logout > a,
	.menu-item.escozo-menu-cabinet > a,
	.wp-block-navigation-item.escozo-menu-auth > .wp-block-navigation-item__content,
	.wp-block-navigation-item.escozo-menu-guest > .wp-block-navigation-item__content,
	.wp-block-navigation-item.escozo-menu-logout > .wp-block-navigation-item__content,
	.wp-block-navigation-item.escozo-menu-cabinet > .wp-block-navigation-item__content {
		display: flex !important;
		width: 100% !important;
		margin: 8px 0 0 !important;
		min-height: 52px !important;
		padding: 14px 18px !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}

	.escozo-profile-editor__section {
		padding: 18px 14px;
		border-radius: 20px;
	}

	.escozo-profile-editor__submit {
		width: 100%;
	}

	.escozo-media-control {
		padding: 14px;
	}

	.escozo-dashboard-table-wrap {
		overflow: visible;
		background: transparent;
		border: 0;
	}

	.escozo-dashboard-table,
	.escozo-dashboard-table thead,
	.escozo-dashboard-table tbody,
	.escozo-dashboard-table th,
	.escozo-dashboard-table td,
	.escozo-dashboard-table tr {
		display: block;
	}

	.escozo-dashboard-table {
		min-width: 0;
	}

	.escozo-dashboard-table thead {
		display: none;
	}

	.escozo-dashboard-table tbody {
		display: grid;
		gap: 14px;
	}

	.escozo-dashboard-table tbody tr {
		padding: 14px;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
	}

	.escozo-dashboard-table tbody td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 8px 0;
		border-top: 0;
	}

	.escozo-dashboard-table tbody td::before {
		content: attr(data-label);
		flex: 0 0 78px;
		font-size: 0.76rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #64748b;
	}

	.escozo-dashboard-table__photo {
		width: 56px;
		height: 56px;
		border-radius: 16px;
		margin-left: auto;
	}

	.escozo-dashboard-table__title,
	.escozo-dashboard-table__status,
	.escozo-dashboard-table__action {
		margin-left: auto;
		text-align: right;
	}
}
