/* Tiny Tootle premium WooCommerce account UI. */
.woocommerce-account,
.tt-account-page,
.tt-auth-account-page,
.tt-pay-order-page {
	--tt-account-primary: #7479C8;
	--tt-account-primary-dark: #5f65b8;
	--tt-account-bg: #FBFAF8;
	--tt-account-card: #FFFFFF;
	--tt-account-border: #E9E9F2;
	--tt-account-text: #181D27;
	--tt-account-muted: #717680;
	--tt-account-soft: #F6F4FF;
	--tt-account-radius: 20px;
	--tt-account-shadow: 0 15px 45px rgba(0,0,0,.06);
	background: var(--tt-account-bg);
	color: var(--tt-account-text);
	font-family: var(--font-primary);
}

.tt-account-page,
.tt-auth-account-page,
.tt-pay-order-page {
	padding: 72px 0 88px;
}

.tt-account-shell {
	display: grid;
	gap: 36px;
	grid-template-columns: 330px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 28px;
}

.tt-account-nav {
	align-self: start;
	background: var(--tt-account-card);
	border: 1px solid var(--tt-account-border);
	border-radius: 24px;
	box-shadow: var(--tt-account-shadow);
	padding: 26px;
	position: sticky;
	top: 28px;
}

.tt-account-sidebar-profile {
	align-items: center;
	border-bottom: 1px solid var(--tt-account-border);
	display: grid;
	gap: 16px;
	grid-template-columns: 76px minmax(0, 1fr);
	padding: 0 0 26px;
}

.tt-account-sidebar-profile img {
	border: 6px solid #F4F2FF;
	border-radius: 50%;
	height: 76px;
	width: 76px;
}

.tt-account-sidebar-profile span,
.tt-account-sidebar-profile small,
.tt-account-sidebar-brand span {
	color: var(--tt-account-muted);
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

.tt-account-sidebar-profile strong {
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.tt-account-nav ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 26px 0;
	padding: 0;
}

.tt-account-nav li {
	margin: 0;
}

.tt-account-nav a {
	align-items: center;
	border-radius: 16px;
	color: var(--tt-account-text);
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 14px;
	min-height: 56px;
	padding: 0 18px;
	text-decoration: none;
	transition: background .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.tt-account-nav a:hover {
	background: #F6F4FF;
	transform: translateX(4px);
}

.tt-account-nav .is-active a {
	background: linear-gradient(135deg, #7479C8 0%, #8B90DA 100%);
	box-shadow: 0 16px 28px rgba(116,121,200,.24);
	color: #fff;
}

.tt-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #E24444;
}

.tt-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	background: #FFF1F1;
}

.tt-account-nav-icon {
	align-items: center;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.tt-account-nav svg,
.tt-account-card-icon svg,
.tt-account-empty-state svg,
.tt-pay-secure svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 24px;
}

.tt-account-sidebar-brand {
	border-top: 1px solid var(--tt-account-border);
	padding-top: 24px;
}

.tt-account-sidebar-brand img {
	display: block;
	height: auto;
	margin-bottom: 8px;
	max-width: 122px;
}

.tt-account-sidebar-brand strong {
	color: var(--tt-account-primary);
	display: block;
	font-size: 20px;
	font-weight: 800;
}

.tt-account-content > .tt-account-card,
.tt-account-card,
.tt-account-panel,
.tt-account-welcome-card,
.tt-account-dash-card,
.tt-account-stat-card,
.tt-account-address-card,
.tt-account-wishlist-card,
.tt-account-order-card,
.tt-auth-account-card,
.tt-pay-card,
.tt-order-detail-card {
	background: var(--tt-account-card);
	border: 1px solid var(--tt-account-border);
	border-radius: var(--tt-account-radius);
	box-shadow: var(--tt-account-shadow);
}

.tt-account-content > .tt-account-card {
	padding: 32px;
}

.tt-account-dashboard,
.tt-account-endpoint,
.tt-order-detail {
	display: grid;
	gap: 28px;
}

.tt-account-welcome-card {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 32px;
}

.tt-account-kicker {
	color: var(--tt-account-primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.tt-account-welcome-card h2,
.tt-account-section-head h2,
.tt-account-section-head h3,
.tt-auth-account-head h1,
.tt-pay-card h1,
.tt-order-detail h2,
.tt-order-detail h3 {
	color: var(--tt-account-text);
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
}

.tt-account-welcome-card h2,
.tt-pay-card h1 {
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.1;
}

.tt-account-section-head h2,
.tt-order-detail h2 {
	font-size: clamp(28px, 2.2vw, 38px);
	line-height: 1.15;
}

.tt-account-section-head h3,
.tt-order-detail h3 {
	font-size: 24px;
	line-height: 1.25;
}

.tt-account-welcome-card p,
.tt-account-section-head p,
.tt-order-detail p,
.tt-pay-card p,
.tt-auth-account-head p {
	color: var(--tt-account-muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 8px 0 0;
}

.tt-account-member-badge,
.tt-pay-secure {
	align-items: center;
	background: #F6F4FF;
	border: 1px solid #DEDFFC;
	border-radius: 18px;
	color: var(--tt-account-primary);
	display: inline-flex;
	font-weight: 800;
	gap: 10px;
	padding: 14px 18px;
}

.tt-account-meta-grid,
.tt-account-card-grid,
.tt-account-stats-grid,
.tt-account-address-grid,
.tt-account-wishlist-grid,
.tt-order-detail-grid,
.tt-pay-grid {
	display: grid;
	gap: 20px;
}

.tt-account-meta-grid {
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-account-meta-grid span,
.tt-account-stat-card {
	background: #FBFAF8;
	border: 1px solid var(--tt-account-border);
	border-radius: 18px;
	padding: 18px;
}

.tt-account-meta-grid small,
.tt-account-stat-card small,
.tt-account-order-card span {
	color: var(--tt-account-muted);
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
}

.tt-account-meta-grid strong,
.tt-account-stat-card strong {
	color: var(--tt-account-text);
	font-size: 20px;
	font-weight: 800;
}

.tt-account-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-account-dash-card,
.tt-account-stat-card,
.tt-account-order-card,
.tt-account-address-card,
.tt-account-wishlist-card {
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tt-account-dash-card {
	align-items: flex-start;
	color: inherit;
	display: grid;
	gap: 16px;
	padding: 24px;
	text-decoration: none;
}

.tt-account-dash-card:hover,
.tt-account-order-card:hover,
.tt-account-address-card:hover,
.tt-account-wishlist-card:hover {
	border-color: #D7D8FB;
	box-shadow: 0 20px 50px rgba(116,121,200,.11);
	transform: translateY(-3px);
}

.tt-account-card-icon {
	align-items: center;
	background: #F2F1FF;
	border-radius: 16px;
	color: var(--tt-account-primary);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.tt-account-dash-card strong,
.tt-account-wishlist-card strong {
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.tt-account-dash-card small {
	color: var(--tt-account-muted);
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 4px;
}

.tt-account-stats-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-account-stat-card {
	padding: 24px;
}

.tt-account-stat-card span {
	color: var(--tt-account-primary);
	display: block;
	margin-bottom: 14px;
}

.tt-account-stat-number {
	font-size: 34px !important;
	line-height: 1;
}

.tt-account-section-head {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tt-account-section-head a,
.tt-account-table-actions a,
.tt-account-primary-mini,
.tt-account-soft-button,
.tt-account-order-actions .button,
.tt-account-pagination .button,
.tt-account-address-card .edit,
.tt-pay-card .button,
.tt-account-empty-state .button,
.tt-auth-submit {
	align-items: center;
	border-radius: 12px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 52px;
	justify-content: center;
	padding: 0 20px;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.tt-account-section-head a,
.tt-account-soft-button,
.tt-account-address-card .edit,
.tt-account-order-actions .button,
.tt-account-pagination .button {
	background: #fff;
	border: 1px solid #DADCF7;
	color: var(--tt-account-primary);
}

.tt-account-section-head a:hover,
.tt-account-soft-button:hover,
.tt-account-address-card .edit:hover,
.tt-account-order-actions .button:hover,
.tt-account-pagination .button:hover {
	background: #F6F4FF;
	transform: translateY(-2px);
}

.tt-account-primary-mini,
.tt-account-save-button,
.tt-auth-submit,
.tt-pay-card #place_order,
.tt-account-empty-state .button {
	background: var(--tt-account-primary) !important;
	border: 1px solid var(--tt-account-primary) !important;
	color: #fff !important;
}

.tt-account-primary-mini:hover,
.tt-account-save-button:hover,
.tt-auth-submit:hover,
.tt-pay-card #place_order:hover,
.tt-account-empty-state .button:hover {
	background: var(--tt-account-primary-dark) !important;
	border-color: var(--tt-account-primary-dark) !important;
	box-shadow: 0 16px 32px rgba(116,121,200,.22);
	transform: translateY(-2px);
}

.tt-account-panel {
	padding: 28px;
}

.tt-account-order-list {
	display: grid;
	gap: 18px;
}

.tt-account-order-card {
	padding: 24px;
}

.tt-account-order-main {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
}

.tt-account-order-main strong,
.tt-account-order-main time {
	color: var(--tt-account-text);
	font-size: 16px;
	font-weight: 800;
}

.tt-account-order-items {
	border-top: 1px solid var(--tt-account-border);
	display: grid;
	gap: 12px;
	margin-top: 20px;
	padding-top: 20px;
}

.tt-account-order-item {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 56px minmax(0, 1fr) auto;
}

.tt-account-order-item img {
	background: #F0F0F0;
	border-radius: 14px;
	height: 56px;
	object-fit: contain;
	width: 56px;
}

.tt-account-order-actions,
.tt-account-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.tt-account-order-actions .cancel {
	border-color: #F5C8C8;
	color: #D92D20;
}

.tt-status-badge {
	align-items: center;
	background: #F4F5F7;
	border-radius: 999px;
	color: #414651;
	display: inline-flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	min-height: 30px;
	padding: 0 12px;
	text-transform: capitalize;
}

.tt-status-processing,
.tt-status-pending {
	background: #FFF4D6;
	color: #A15C00;
}

.tt-status-completed {
	background: #EAF8EE;
	color: #147A3D;
}

.tt-status-cancelled,
.tt-status-failed {
	background: #FFF1F1;
	color: #D92D20;
}

.tt-status-refunded {
	background: #EFF4FF;
	color: #3560B8;
}

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

.tt-account-address-card {
	min-height: 230px;
	padding: 28px;
}

.tt-account-address-card header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.tt-account-address-card header .tt-address-map-icon {
	flex: 0 0 auto;
	height: 46px;
	width: 46px;
}

.tt-account-address-card h3,
.tt-account-address-card h4 {
	font-size: 22px;
	font-weight: 800;
	margin: 0;
}

.tt-account-address-card header h3 {
	margin-right: auto;
}

.tt-account-address-card address,
.tt-account-address-card p {
	color: var(--tt-account-muted);
	font-size: 15px;
	font-style: normal;
	line-height: 1.8;
	margin: 0;
}

.tt-account-address-card address.is-empty {
	background: #FBFAF8;
	border: 1px dashed #DADCF7;
	border-radius: 16px;
	padding: 18px;
}

.tt-account-add-address {
	align-items: center;
	border-style: dashed;
	color: var(--tt-account-primary);
	display: grid;
	justify-items: center;
	text-decoration: none;
}

.tt-account-add-address span {
	align-items: center;
	background: #F6F4FF;
	border-radius: 50%;
	display: flex;
	font-size: 34px;
	font-weight: 700;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.tt-account-form,
.woocommerce-address-fields form,
.woocommerce-address-fields,
.tt-auth-account-form {
	display: grid;
	gap: 20px;
}

.tt-account-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-account-form p,
.tt-auth-account-form p,
.woocommerce-address-fields p {
	margin: 0;
}

.tt-account-form label,
.tt-auth-account-form label,
.woocommerce-address-fields label {
	color: var(--tt-account-text);
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 9px;
}

.tt-account-form input.input-text,
.tt-account-form input[type="email"],
.tt-account-form input[type="password"],
.tt-account-form input[type="text"],
.tt-account-form select,
.tt-account-form textarea,
.select2-container .select2-selection--single,
.tt-auth-account-form input.input-text,
.tt-auth-account-form input[type="email"],
.tt-auth-account-form input[type="password"],
.tt-auth-account-form input[type="text"],
.woocommerce-address-fields input.input-text,
.woocommerce-address-fields select,
.woocommerce-address-fields textarea {
	background: #fff;
	border: 1px solid var(--tt-account-border);
	border-radius: 14px;
	color: var(--tt-account-text);
	font-family: inherit;
	font-size: 15px;
	height: 54px;
	padding: 0 16px;
	transition: border-color .18s ease, box-shadow .18s ease;
	width: 100%;
}

.select2-container .select2-selection--single {
	align-items: center;
	display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--tt-account-text);
	line-height: 54px;
	padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 54px;
	right: 10px;
}

.tt-account-form textarea,
.woocommerce-address-fields textarea {
	height: 110px;
	padding-top: 14px;
}

.tt-account-form input:focus,
.tt-account-form select:focus,
.tt-account-form textarea:focus,
.tt-auth-account-form input:focus,
.woocommerce-address-fields input:focus,
.woocommerce-address-fields select:focus,
.woocommerce-address-fields textarea:focus {
	border-color: var(--tt-account-primary);
	box-shadow: 0 0 0 4px rgba(116,121,200,.12);
	outline: 0;
}

.tt-account-password-card,
.tt-account-profile-card {
	background: #FBFAF8;
	border: 1px solid var(--tt-account-border);
	border-radius: 20px;
	display: grid;
	gap: 18px;
	margin: 8px 0 0;
	padding: 26px;
}

.tt-account-profile-card {
	align-items: center;
	grid-template-columns: 96px minmax(0, 1fr) auto;
}

.tt-account-profile-card img {
	border: 6px solid #fff;
	border-radius: 50%;
	box-shadow: 0 12px 26px rgba(0,0,0,.07);
	height: 96px;
	width: 96px;
}

.tt-account-profile-card strong {
	display: block;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 4px;
}

.tt-account-profile-card p {
	color: var(--tt-account-muted);
	margin: 0;
}

.tt-account-password-card legend {
	color: var(--tt-account-text);
	font-size: 20px;
	font-weight: 800;
	padding: 0;
}

.tt-account-form-actions {
	margin-top: 8px !important;
}

.tt-account-save-button {
	min-width: 190px;
}

.tt-account-empty-state {
	align-items: center;
	background: #FBFAF8;
	border: 1px solid var(--tt-account-border);
	border-radius: 20px;
	display: grid;
	justify-items: center;
	padding: 48px 28px;
	text-align: center;
}

.tt-account-empty-state::before {
	align-items: center;
	background: linear-gradient(135deg, #F6F4FF, #FFFFFF);
	border: 1px solid #DEDFFC;
	border-radius: 50%;
	color: var(--tt-account-primary);
	content: "♡";
	display: flex;
	font-size: 42px;
	height: 90px;
	justify-content: center;
	margin-bottom: 18px;
	width: 90px;
}

.tt-account-downloads .tt-account-empty-state::before {
	content: "↓";
}

.tt-download-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-download-card {
	background: #fff;
	border: 1px solid var(--tt-account-border);
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(0,0,0,.04);
	display: grid;
	gap: 18px;
	padding: 26px;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.tt-download-card:hover {
	border-color: #DADCF7;
	box-shadow: 0 18px 48px rgba(116,121,200,.13);
	transform: translateY(-3px);
}

.tt-download-card-icon,
.tt-address-map-icon {
	align-items: center;
	background: linear-gradient(135deg, #F6F4FF, #FFFFFF);
	border: 1px solid #DEDFFC;
	border-radius: 16px;
	color: var(--tt-account-primary);
	display: inline-flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.tt-download-card-icon svg,
.tt-address-map-icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 24px;
}

.tt-download-card p {
	color: var(--tt-account-muted);
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 5px;
}

.tt-download-card h3 {
	color: var(--tt-account-text);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.tt-download-card dl {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.tt-download-card dl div {
	background: #FBFAF8;
	border: 1px solid var(--tt-account-border);
	border-radius: 14px;
	padding: 12px;
}

.tt-download-card dt {
	color: var(--tt-account-muted);
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 4px;
}

.tt-download-card dd {
	color: var(--tt-account-text);
	font-size: 14px;
	font-weight: 800;
	margin: 0;
}

.tt-account-empty-state strong {
	font-size: 22px;
	font-weight: 800;
}

.tt-account-empty-state p {
	color: var(--tt-account-muted);
	margin: 8px auto 22px;
	max-width: 420px;
}

.tt-account-table-wrap {
	overflow-x: auto;
}

.tt-account-table,
.woocommerce-table,
.shop_table {
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 12px !important;
	width: 100%;
}

.tt-account-table th,
.woocommerce-table th,
.shop_table th {
	color: var(--tt-account-text);
	font-size: 14px;
	font-weight: 800;
	padding: 14px 18px;
	text-align: left;
}

.tt-account-table td,
.woocommerce-table td,
.shop_table td {
	background: #fff;
	border-bottom: 1px solid var(--tt-account-border) !important;
	border-top: 1px solid var(--tt-account-border) !important;
	color: #414651;
	font-size: 15px;
	padding: 18px;
}

.tt-account-table td:first-child,
.woocommerce-table td:first-child,
.shop_table td:first-child {
	border-left: 1px solid var(--tt-account-border) !important;
	border-radius: 16px 0 0 16px;
}

.tt-account-table td:last-child,
.woocommerce-table td:last-child,
.shop_table td:last-child {
	border-radius: 0 16px 16px 0;
	border-right: 1px solid var(--tt-account-border) !important;
}

.tt-auth-account-page {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 760px;
	padding-top: 86px;
}

.tt-auth-account-card {
	max-width: 560px;
	padding: 40px;
	width: calc(100% - 40px);
}

.tt-auth-account-brand {
	margin-bottom: 24px;
	text-align: center;
}

.tt-auth-account-brand img {
	height: auto;
	max-width: 190px;
	transition: transform .18s ease;
}

.tt-auth-account-brand a:hover img {
	transform: scale(1.04);
}

.tt-auth-account-head {
	margin-bottom: 28px;
	text-align: center;
}

.tt-auth-account-head h1 {
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
}

.tt-auth-google {
	align-items: center;
	background: #fff;
	border: 1px solid #CED1EA;
	border-radius: 12px;
	color: var(--tt-account-primary);
	display: flex;
	font-weight: 800;
	gap: 14px;
	height: 56px;
	justify-content: center;
	margin-bottom: 24px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tt-auth-google:hover {
	border-color: var(--tt-account-primary);
	box-shadow: 0 12px 28px rgba(116,121,200,.14);
	transform: translateY(-2px);
}

.tt-auth-divider {
	align-items: center;
	color: var(--tt-account-muted);
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr auto 1fr;
	margin: 6px 0 24px;
}

.tt-auth-divider span {
	background: #D9DCEB;
	height: 1px;
}

.tt-auth-divider em {
	font-style: normal;
	font-weight: 700;
}

.tt-password-field {
	display: block;
	position: relative;
}

.tt-password-field input {
	padding-right: 78px !important;
}

.tt-password-field button {
	background: transparent;
	border: 0;
	color: var(--tt-account-primary);
	font: inherit;
	font-weight: 800;
	height: 52px;
	padding: 0 16px;
	position: absolute;
	right: 0;
	top: 1px;
}

.tt-password-strength {
	display: grid;
	gap: 8px;
	margin-top: 10px;
}

.tt-password-strength > span {
	background: #ECEEF8;
	border-radius: 999px;
	height: 6px;
	overflow: hidden;
	position: relative;
}

.tt-password-strength > span::before {
	background: #D92D20;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	transition: background .2s ease, width .2s ease;
	width: 18%;
}

.tt-password-strength[data-strength="2"] > span::before {
	background: #DC8A00;
	width: 48%;
}

.tt-password-strength[data-strength="3"] > span::before {
	background: #7479C8;
	width: 74%;
}

.tt-password-strength[data-strength="4"] > span::before {
	background: #12B76A;
	width: 100%;
}

.tt-password-strength em {
	color: var(--tt-account-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.tt-auth-account-row {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 2px;
}

.tt-auth-account-row label {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	margin: 0;
}

.tt-auth-account-link,
.tt-auth-switch a {
	color: var(--tt-account-primary);
	font-weight: 800;
	text-decoration: none;
}

.tt-auth-submit {
	width: 100%;
}

.tt-auth-switch {
	color: var(--tt-account-muted);
	font-weight: 600;
	margin: 24px 0 0;
	text-align: center;
}

.tt-auth-help,
.woocommerce-password-strength,
.woocommerce-password-hint {
	background: #F6F4FF;
	border-radius: 14px;
	color: var(--tt-account-muted);
	font-size: 13px;
	line-height: 1.6;
	padding: 12px 14px;
}

.tt-order-detail-hero {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.tt-order-detail-summary {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-order-detail-summary span {
	background: #FBFAF8;
	border: 1px solid var(--tt-account-border);
	border-radius: 18px;
	padding: 18px;
}

.tt-order-detail-summary small {
	color: var(--tt-account-muted);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.tt-order-detail-summary strong {
	font-size: 18px;
	font-weight: 800;
}

.tt-order-detail-card {
	padding: 30px;
}

.tt-order-detail-grid {
	grid-template-columns: 1.2fr .8fr;
}

.tt-order-line {
	align-items: center;
	border-bottom: 1px solid var(--tt-account-border);
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 18px 0;
}

.tt-order-line:last-child {
	border-bottom: 0;
}

.tt-order-timeline {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.tt-order-timeline li {
	align-items: center;
	color: var(--tt-account-muted);
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr);
	list-style: none;
}

.tt-order-timeline li::before {
	background: #E9E9F2;
	border-radius: 50%;
	content: "";
	height: 34px;
	width: 34px;
}

.tt-order-timeline li.is-active {
	color: var(--tt-account-text);
	font-weight: 800;
}

.tt-order-timeline li.is-active::before {
	background: var(--tt-account-primary);
	box-shadow: 0 0 0 6px rgba(116,121,200,.13);
}

.tt-order-detail .woocommerce-order-details,
.tt-order-detail .woocommerce-customer-details,
.tt-order-hook-output .woocommerce-order-details,
.tt-order-hook-output .woocommerce-customer-details {
	display: none;
}

.tt-pay-order-page {
	padding-left: 24px;
	padding-right: 24px;
}

.tt-pay-card {
	margin: 0 auto;
	max-width: 1040px;
	padding: 34px;
}

.tt-pay-header {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.tt-pay-grid {
	grid-template-columns: .95fr 1.05fr;
}

.tt-pay-side {
	display: grid;
	gap: 20px;
}

.tt-pay-summary,
.tt-pay-methods,
.tt-pay-billing {
	background: #FBFAF8;
	border: 1px solid var(--tt-account-border);
	border-radius: 20px;
	padding: 26px;
}

.tt-pay-billing address,
.tt-order-detail-card address {
	color: var(--tt-account-muted);
	font-style: normal;
	line-height: 1.8;
	margin: 0;
}

.tt-pay-billing p,
.tt-order-detail-card p {
	color: var(--tt-account-muted);
	margin: 10px 0 0;
}

.tt-pay-summary h2,
.tt-pay-methods h2,
.tt-pay-billing h2 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 18px;
}

.tt-pay-total {
	align-items: center;
	background: #fff;
	border: 1px solid #DADCF7;
	border-radius: 18px;
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	padding: 18px;
}

.tt-pay-total strong {
	color: var(--tt-account-primary);
	font-size: 26px;
}

.tt-pay-card .wc_payment_methods {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt-pay-card .wc_payment_method {
	background: #fff;
	border: 1px solid var(--tt-account-border);
	border-radius: 18px;
	padding: 18px;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tt-pay-card .wc_payment_method:hover,
.tt-pay-card .wc_payment_method:has(input:checked) {
	background: #F8F7FF;
	border-color: #C8CBF0;
	box-shadow: 0 14px 32px rgba(116,121,200,.12);
	transform: translateY(-2px);
}

.tt-pay-card .wc_payment_method > input {
	accent-color: var(--tt-account-primary);
	margin-right: 10px;
	transform: scale(1.2);
}

.tt-pay-card .wc_payment_method label {
	font-size: 16px;
	font-weight: 800;
}

.tt-pay-card .payment_box {
	color: var(--tt-account-muted);
	font-size: 14px;
	line-height: 1.7;
	margin: 14px 0 0;
}

.tt-pay-card #place_order {
	font-size: 17px;
	height: 58px;
	margin-top: 22px;
	min-width: 240px;
}

.tt-pay-accepted {
	color: var(--tt-account-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-top: 18px;
}

.tt-pay-accepted span {
	background: #fff;
	border: 1px solid var(--tt-account-border);
	border-radius: 999px;
	padding: 8px 12px;
}

.tt-pay-card .form-row {
	margin-bottom: 0;
}

.tt-pay-card .woocommerce-terms-and-conditions-wrapper {
	color: var(--tt-account-muted);
	font-size: 13px;
	line-height: 1.6;
	margin-top: 18px;
}

.tt-account-page-loading .woocommerce-MyAccount-content {
	opacity: .62;
	pointer-events: none;
}

.tt-account-content a:focus-visible,
.tt-account-nav a:focus-visible,
.tt-auth-account-card a:focus-visible,
.tt-auth-account-card button:focus-visible,
.tt-pay-card a:focus-visible,
.tt-pay-card button:focus-visible,
.tt-pay-card input:focus-visible {
	box-shadow: 0 0 0 4px rgba(116,121,200,.18);
	outline: 2px solid var(--tt-account-primary);
	outline-offset: 3px;
}

@media (max-width: 1180px) {
	.tt-account-shell,
	.tt-pay-grid,
	.tt-order-detail-grid {
		grid-template-columns: 1fr;
	}

	.tt-account-nav {
		position: static;
	}

	.tt-account-card-grid,
	.tt-account-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.tt-account-page,
	.tt-auth-account-page,
	.tt-pay-order-page {
		padding: 40px 0 56px;
	}

	.tt-account-shell {
		gap: 22px;
		padding: 0 16px;
	}

	.tt-account-content > .tt-account-card,
	.tt-account-panel,
	.tt-account-welcome-card,
	.tt-auth-account-card,
	.tt-pay-card,
	.tt-order-detail-card {
		padding: 22px;
	}

	.tt-account-welcome-card,
	.tt-account-profile-card,
	.tt-account-meta-grid,
	.tt-account-card-grid,
	.tt-account-stats-grid,
	.tt-account-address-grid,
	.tt-account-form-grid,
	.tt-download-card-grid,
	.tt-order-detail-summary {
		grid-template-columns: 1fr;
	}

	.tt-account-order-main,
	.tt-account-order-item {
		grid-template-columns: 1fr;
	}

	.tt-account-section-head,
	.tt-auth-account-row,
	.tt-pay-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.tt-account-nav {
		padding: 20px;
	}

	.tt-account-sidebar-profile {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.tt-account-sidebar-profile img {
		height: 64px;
		width: 64px;
	}

	.tt-account-nav a {
		font-size: 15px;
		min-height: 50px;
	}

	.tt-pay-card #place_order,
	.tt-account-save-button,
	.tt-auth-submit {
		width: 100%;
	}
}

/* Final account spacing polish. */
.tt-account-page,
.tt-pay-order-page {
	padding: 88px 0 112px;
}

.tt-auth-account-page {
	padding: 96px 0 112px;
}

.tt-account-shell {
	gap: 44px;
	padding: 0 34px;
}

.tt-account-nav {
	padding: 30px;
}

.tt-account-content > .tt-account-card {
	padding: 40px;
}

.tt-account-dashboard,
.tt-account-endpoint,
.tt-order-detail {
	gap: 34px;
}

.tt-account-welcome-card,
.tt-account-panel,
.tt-account-order-card,
.tt-account-address-card,
.tt-order-detail-card {
	padding: 34px;
}

.tt-account-card-grid,
.tt-account-stats-grid,
.tt-account-address-grid,
.tt-account-wishlist-grid,
.tt-order-detail-grid,
.tt-pay-grid {
	gap: 24px;
}

.tt-account-section-head {
	margin-bottom: 26px;
}

.tt-account-order-list {
	gap: 22px;
}

.tt-account-order-main {
	gap: 22px;
}

.tt-account-order-items {
	margin-top: 24px;
	padding-top: 24px;
}

.tt-account-form,
.woocommerce-address-fields form,
.woocommerce-address-fields,
.tt-auth-account-form {
	gap: 24px;
}

.tt-account-form-grid {
	gap: 22px;
}

.tt-account-password-card,
.tt-account-profile-card {
	margin-top: 14px;
	padding: 30px;
}

.tt-auth-account-card {
	padding: 46px;
}

.tt-auth-account-brand {
	margin-bottom: 28px;
}

.tt-auth-account-head {
	margin-bottom: 32px;
}

.tt-auth-google {
	margin-bottom: 28px;
}

.tt-auth-divider {
	margin: 10px 0 28px;
}

.tt-pay-card {
	padding: 42px;
}

.tt-pay-header {
	margin-bottom: 34px;
}

.tt-pay-summary,
.tt-pay-methods,
.tt-pay-billing {
	padding: 32px;
}

.tt-pay-side {
	gap: 24px;
}

.tt-pay-total {
	margin-top: 24px;
}

.tt-pay-card .wc_payment_methods {
	gap: 16px;
}

.tt-pay-card .wc_payment_method {
	padding: 22px;
}

.tt-order-detail-summary {
	gap: 18px;
}

.tt-order-detail-summary span {
	padding: 22px;
}

@media (max-width: 1180px) {
	.tt-account-page,
	.tt-pay-order-page,
	.tt-auth-account-page {
		padding-top: 68px;
		padding-bottom: 88px;
	}

	.tt-account-shell {
		gap: 30px;
		padding: 0 24px;
	}
}

@media (max-width: 720px) {
	.tt-account-page,
	.tt-pay-order-page,
	.tt-auth-account-page {
		padding: 34px 0 60px;
	}

	.tt-account-shell {
		gap: 20px;
		padding: 0 14px;
	}

	.tt-account-nav,
	.tt-account-content > .tt-account-card,
	.tt-account-welcome-card,
	.tt-account-panel,
	.tt-account-order-card,
	.tt-account-address-card,
	.tt-order-detail-card,
	.tt-auth-account-card,
	.tt-pay-card,
	.tt-pay-summary,
	.tt-pay-methods,
	.tt-pay-billing {
		padding: 22px;
	}

	.tt-account-dashboard,
	.tt-account-endpoint,
	.tt-order-detail {
		gap: 22px;
	}

	.tt-account-card-grid,
	.tt-account-stats-grid,
	.tt-account-address-grid,
	.tt-account-wishlist-grid,
	.tt-order-detail-grid,
	.tt-pay-grid {
		gap: 16px;
	}

	.tt-account-section-head {
		gap: 12px;
		margin-bottom: 18px;
	}

	.tt-account-password-card,
	.tt-account-profile-card {
		padding: 20px;
	}
}

/* Premium My Account redesign lock. */
.logged-in.woocommerce-account .page-header,
.logged-in.woocommerce-account .entry-title,
.logged-in.woocommerce-account .woocommerce-MyAccount-content > p:first-child:empty {
	display: none !important;
}

.logged-in.woocommerce-account .page-main,
.logged-in.woocommerce-account .entry-content,
.tt-account-page {
	background: #FAFAFC !important;
}

.tt-account-page {
	padding: 56px 0 96px;
}

.tt-account-shell {
	align-items: start;
	display: grid;
	gap: 40px;
	grid-template-columns: 320px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 24px;
	width: 100%;
}

.tt-account-content {
	min-width: 0;
	width: 100%;
}

.tt-account-content > .tt-account-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.tt-account-nav {
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(24, 29, 39, 0.08);
	padding: 24px;
	position: sticky;
	top: 112px;
}

.tt-account-sidebar-profile {
	display: grid;
	gap: 16px;
	grid-template-columns: 80px minmax(0, 1fr);
	padding-bottom: 22px;
}

.tt-account-avatar-wrap {
	align-items: center;
	background: linear-gradient(135deg, #7886C7, #9EA8E3);
	border-radius: 24px;
	display: flex;
	height: 80px;
	justify-content: center;
	overflow: hidden;
	width: 80px;
}

.tt-account-sidebar-profile img {
	border: 0;
	height: 80px;
	object-fit: cover;
	width: 80px;
}

.tt-account-profile-copy {
	min-width: 0;
}

.tt-account-profile-copy span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.tt-account-profile-copy strong {
	font-size: 18px;
	line-height: 1.2;
}

.tt-account-profile-copy small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tt-account-sidebar-badge {
	align-items: center;
	background: #F4F2FF;
	border: 1px solid #E3E5FF;
	border-radius: 999px;
	color: #7886C7;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	grid-column: 1 / -1;
	min-height: 34px;
	padding: 0 14px;
	width: fit-content;
}

.tt-account-sidebar-stats {
	display: grid;
	gap: 10px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-account-sidebar-stats span {
	background: #FAFAFC;
	border: 1px solid #EFEFF6;
	border-radius: 16px;
	padding: 12px 8px;
	text-align: center;
}

.tt-account-sidebar-stats strong,
.tt-account-sidebar-stats small {
	display: block;
}

.tt-account-sidebar-stats strong {
	color: #181D27;
	font-size: 14px;
	font-weight: 800;
}

.tt-account-sidebar-stats small {
	color: #717680;
	font-size: 10px;
	line-height: 1.25;
	margin-top: 4px;
}

.tt-account-nav ul {
	gap: 8px;
	margin: 22px 0;
}

.tt-account-nav a {
	border-radius: 14px;
	font-size: 15px;
	font-weight: 700;
	min-height: 50px;
	padding: 0 14px;
}

.tt-account-dashboard,
.tt-account-endpoint {
	display: grid;
	gap: 28px;
	width: 100%;
}

.tt-account-welcome-card,
.tt-account-panel,
.tt-account-order-card,
.tt-account-address-card,
.tt-account-wishlist-card,
.tt-account-stat-card,
.tt-account-dash-card,
.tt-account-empty-state,
.tt-account-form,
.woocommerce-address-fields form,
.woocommerce-EditAccountForm {
	border: 1px solid #E9E9F2;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(24, 29, 39, 0.06);
}

.tt-account-welcome-card {
	align-items: center;
	background:
		radial-gradient(circle at 100% 0%, rgba(120, 134, 199, 0.13), transparent 38%),
		#FFFFFF;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 34px;
	position: relative;
}

.tt-account-welcome-card h2 {
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: 0;
}

.tt-account-member-badge {
	border-radius: 999px;
	min-height: 44px;
	white-space: nowrap;
}

.tt-account-meta-grid,
.tt-account-card-grid,
.tt-account-stats-grid,
.tt-account-address-grid,
.tt-account-wishlist-grid {
	display: grid;
	gap: 20px;
}

.tt-account-meta-grid {
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-account-meta-grid span,
.tt-account-stat-card {
	background: #FAFAFC;
	border: 1px solid #EFEFF6;
	box-shadow: none;
}

.tt-account-card-grid,
.tt-account-stats-grid,
.tt-account-wishlist-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-account-dash-card,
.tt-account-stat-card {
	min-height: 150px;
	padding: 22px;
}

.tt-account-dash-card {
	align-content: start;
	display: grid;
	gap: 18px;
	text-decoration: none;
}

.tt-account-dash-card:hover,
.tt-account-stat-card:hover,
.tt-account-address-card:hover,
.tt-account-wishlist-card:hover {
	box-shadow: 0 26px 70px rgba(120, 134, 199, 0.16);
	transform: translateY(-4px);
}

.tt-account-card-icon,
.tt-account-stat-card > span,
.tt-account-empty-state > svg {
	align-items: center;
	background: #F4F2FF;
	border-radius: 16px;
	color: #7886C7;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.tt-account-stat-number {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-top: 14px;
}

.tt-account-panel {
	padding: 30px;
}

.tt-account-section-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.tt-account-section-head h3 {
	font-size: 24px;
	font-weight: 800;
}

.tt-account-empty-state {
	align-items: center;
	background: #FFFFFF;
	display: grid;
	justify-items: center;
	min-height: 250px;
	padding: 38px 24px;
	text-align: center;
}

.tt-account-empty-state strong {
	font-size: 22px;
	font-weight: 800;
}

.tt-account-empty-state p {
	margin-bottom: 12px;
	max-width: 420px;
}

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

.tt-account-address-card {
	background: #FFFFFF;
	min-height: 240px;
	padding: 26px;
	position: relative;
}

.tt-account-address-card.is-default {
	border-color: #C8CEFF;
	box-shadow: 0 20px 55px rgba(120, 134, 199, 0.12);
}

.tt-account-address-card em {
	background: #F4F2FF;
	border-radius: 999px;
	color: #7886C7;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	padding: 6px 10px;
	position: absolute;
	right: 22px;
	top: 22px;
	text-transform: uppercase;
}

.tt-account-address-card div:last-child,
.tt-account-wishlist-card div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.tt-account-add-address {
	border: 1.5px dashed #C8CEFF;
	box-shadow: none;
}

.tt-account-wishlist-card {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.tt-account-wishlist-card img {
	aspect-ratio: 1;
	background: #D9D9D9;
	border-radius: 14px;
	object-fit: contain;
	width: 100%;
}

.tt-account-wishlist-card strong {
	font-size: 15px;
	line-height: 1.25;
}

.tt-account-table {
	border-collapse: separate;
	border-spacing: 0 12px;
	width: 100%;
}

.tt-account-table th {
	color: #717680;
	font-size: 12px;
	text-transform: uppercase;
}

.tt-account-table td {
	background: #FFFFFF;
	border-bottom: 1px solid #EFEFF6 !important;
	border-top: 1px solid #EFEFF6 !important;
	padding: 18px 16px;
}

.tt-account-table td:first-child {
	border-left: 1px solid #EFEFF6 !important;
	border-radius: 14px 0 0 14px;
}

.tt-account-table td:last-child {
	border-radius: 0 14px 14px 0;
	border-right: 1px solid #EFEFF6 !important;
}

@media (max-width: 1180px) {
	.tt-account-shell {
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 28px;
	}

	.tt-account-card-grid,
	.tt-account-stats-grid,
	.tt-account-wishlist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.tt-account-page {
		padding: 32px 0 72px;
	}

	.tt-account-shell {
		grid-template-columns: 1fr;
	}

	.tt-account-nav {
		position: static;
	}

	.tt-account-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-account-welcome-card,
	.tt-account-meta-grid,
	.tt-account-address-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.tt-account-shell {
		padding: 0 14px;
	}

	.tt-account-nav,
	.tt-account-welcome-card,
	.tt-account-panel,
	.tt-account-address-card {
		padding: 20px;
	}

	.tt-account-nav ul,
	.tt-account-card-grid,
	.tt-account-stats-grid,
	.tt-account-wishlist-grid {
		grid-template-columns: 1fr;
	}

	.tt-account-sidebar-profile {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.tt-account-avatar-wrap,
	.tt-account-sidebar-profile img {
		height: 64px;
		width: 64px;
	}

	.tt-account-section-head {
		align-items: flex-start;
		display: grid;
		gap: 12px;
	}

	.tt-account-table,
	.tt-account-table tbody,
	.tt-account-table tr,
	.tt-account-table td {
		display: block;
		width: 100%;
	}

	.tt-account-table thead {
		display: none;
	}

	.tt-account-table tr {
		background: #FFFFFF;
		border: 1px solid #EFEFF6;
		border-radius: 16px;
		display: block;
		margin-bottom: 12px;
		padding: 10px;
	}

	.tt-account-table td,
	.tt-account-table td:first-child,
	.tt-account-table td:last-child {
		background: transparent;
		border: 0 !important;
		border-radius: 0;
		padding: 10px 8px;
	}

	.tt-account-table td::before {
		color: #717680;
		content: attr(data-title);
		display: block;
		font-size: 11px;
		font-weight: 800;
		margin-bottom: 4px;
		text-transform: uppercase;
	}
}

/* Premium registration password validation UI */
.tt-auth-account-card .woocommerce-password-strength,
.tt-auth-account-card .woocommerce-password-hint {
	display: none !important;
}

.tt-auth-account-card .woocommerce-error,
.tt-auth-account-card .woocommerce-info,
.tt-auth-account-card .woocommerce-message {
	background: #FFF7ED !important;
	border: 1px solid #FDBA74 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	color: #7C2D12 !important;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 18px !important;
	padding: 12px 14px !important;
}

.tt-auth-account-card .woocommerce-error::before,
.tt-auth-account-card .woocommerce-info::before,
.tt-auth-account-card .woocommerce-message::before {
	display: none !important;
}

.tt-auth-account-card .woocommerce-error li {
	margin: 0;
}

.tt-auth-field-row {
	display: grid;
	gap: 12px;
	margin: 0 !important;
}

.tt-floating-field {
	position: relative;
}

.tt-floating-field input.input-text {
	background: #FFFFFF;
	border: 1px solid #E5E7EB;
	border-radius: 14px;
	box-shadow: none;
	color: #181D27;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 500;
	height: 54px;
	line-height: 1;
	padding: 20px 54px 8px 16px !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tt-floating-field input.input-text:focus {
	border-color: #7886C7;
	box-shadow: 0 0 0 4px rgba(120, 134, 199, 0.14);
	outline: 0;
}

.tt-floating-field label {
	background: transparent;
	color: #717680;
	font-size: 14px;
	font-weight: 500;
	left: 16px;
	line-height: 1;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 19px;
	transform-origin: left top;
	transition: color 180ms ease, transform 180ms ease;
	z-index: 1;
}

.tt-floating-field input:focus + label,
.tt-floating-field input:not(:placeholder-shown) + label {
	color: #7886C7;
	transform: translateY(-11px) scale(0.78);
}

.tt-password-eye {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px;
	color: #7886C7;
	cursor: pointer;
	display: inline-flex;
	height: 42px !important;
	justify-content: center;
	padding: 0 !important;
	position: absolute;
	right: 7px !important;
	top: 6px !important;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
	width: 42px;
}

.tt-password-eye:hover {
	background: #F4F2FF !important;
	color: #5F6CAD;
}

.tt-password-eye:active {
	transform: scale(0.96);
}

.tt-password-eye svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.tt-password-eye.is-visible svg circle {
	fill: currentColor;
}

.tt-password-panel {
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(24, 29, 39, 0.06);
	display: grid;
	gap: 14px;
	padding: 18px;
}

.tt-password-panel-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.tt-password-panel-head strong {
	color: #181D27;
	font-size: 14px;
	font-weight: 700;
}

.tt-password-status {
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 10px;
	transition: background 200ms ease, color 200ms ease;
	white-space: nowrap;
}

.tt-password-status[data-strength="very-weak"] {
	background: #FEE2E2;
	color: #DC2626;
}

.tt-password-status[data-strength="weak"] {
	background: #FFEDD5;
	color: #EA580C;
}

.tt-password-status[data-strength="medium"] {
	background: #FEF3C7;
	color: #B45309;
}

.tt-password-status[data-strength="strong"] {
	background: #DCFCE7;
	color: #16A34A;
}

.tt-password-status[data-strength="very-strong"] {
	background: #D1FAE5;
	color: #059669;
}

.tt-password-meter {
	background: #EEF0F6;
	border-radius: 999px;
	height: 6px;
	overflow: hidden;
}

.tt-password-meter span {
	background: #DC2626;
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 220ms ease, background 220ms ease;
	width: 0;
}

.tt-password-panel[data-level="weak"] .tt-password-meter span {
	background: #EA580C;
}

.tt-password-panel[data-level="medium"] .tt-password-meter span {
	background: #EAB308;
}

.tt-password-panel[data-level="strong"] .tt-password-meter span {
	background: #22C55E;
}

.tt-password-panel[data-level="very-strong"] .tt-password-meter span {
	background: #10B981;
}

.tt-password-rules {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt-password-rules li {
	align-items: center;
	color: #9CA3AF;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 9px;
	line-height: 1.35;
	transition: color 200ms ease, transform 200ms ease;
}

.tt-password-rules li > span,
.tt-password-feedback > span,
.tt-password-match > span {
	align-items: center;
	border: 1px solid #D1D5DB;
	border-radius: 50%;
	color: transparent;
	display: inline-flex;
	flex: 0 0 18px;
	height: 18px;
	justify-content: center;
	transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
	width: 18px;
}

.tt-password-rules li.is-passed {
	color: #181D27;
	transform: translateX(1px);
}

.tt-password-rules li.is-passed > span,
.tt-password-feedback[data-state="success"] > span,
.tt-password-match[data-state="success"] > span {
	background: #22C55E;
	border-color: #22C55E;
	color: #FFFFFF;
}

.tt-password-rules li.is-passed > span::before,
.tt-password-feedback[data-state="success"] > span::before,
.tt-password-match[data-state="success"] > span::before {
	content: "✓";
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.tt-password-feedback,
.tt-password-match {
	align-items: flex-start;
	animation: tt-password-fade 200ms ease;
	border-radius: 12px;
	display: grid;
	gap: 4px 10px;
	grid-template-columns: 18px minmax(0, 1fr);
	padding: 12px;
}

.tt-password-feedback[hidden],
.tt-password-match[hidden] {
	display: none;
}

.tt-password-feedback strong,
.tt-password-match strong {
	color: #181D27;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.tt-password-feedback small {
	color: #7C2D12;
	font-size: 12px;
	grid-column: 2;
	line-height: 1.45;
}

.tt-password-feedback[data-state="error"],
.tt-password-match[data-state="error"] {
	background: #FFF7ED;
	border: 1px solid #FDBA74;
}

.tt-password-feedback[data-state="success"],
.tt-password-match[data-state="success"] {
	background: #ECFDF5;
	border: 1px solid #A7F3D0;
}

.tt-password-match[data-state="error"] {
	background: #FEF2F2;
	border-color: #FECACA;
}

.tt-password-feedback[data-state="error"] > span,
.tt-password-match[data-state="error"] > span {
	background: #F97316;
	border-color: #F97316;
	color: #FFFFFF;
}

.tt-password-match[data-state="error"] > span {
	background: #EF4444;
	border-color: #EF4444;
}

.tt-password-feedback[data-state="error"] > span::before {
	content: "!";
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.tt-password-match[data-state="error"] > span::before {
	content: "×";
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.tt-auth-submit:disabled,
.tt-auth-submit.is-disabled {
	background: #AEB6DE !important;
	border-color: #AEB6DE !important;
	box-shadow: none !important;
	cursor: not-allowed;
	opacity: 0.78;
	transform: none !important;
}

.tt-auth-submit {
	transition: background 200ms ease, border-color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

@keyframes tt-password-fade {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 560px) {
	.tt-password-panel {
		padding: 16px;
	}

	.tt-password-panel-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.tt-password-status {
		width: fit-content;
	}
}
