.hkaf-auth {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 32px;
	align-items: start;
	margin: 40px auto;
	padding: 24px;
	background: radial-gradient(circle at top left, #fff2e8, #ffe1cc 40%, #ffffff 100%);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(11, 13, 18, 0.12);
}

.hkaf-auth__values {
	padding: 24px;
	background: #0b0d12;
	color: #f8fafc;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.hkaf-auth__values:before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(218, 89, 21, 0.4), transparent 60%);
	pointer-events: none;
	mix-blend-mode: screen;
}

.hkaf-auth__values:after {
	content: '';
	position: absolute;
	inset: 10%;
	border-radius: 40px;
	border: 1px dashed rgba(248, 250, 252, 0.25);
	background-image:
		radial-gradient(rgba(248, 250, 252, 0.15) 1px, transparent 1px),
		radial-gradient(rgba(248, 250, 252, 0.08) 1px, transparent 1px);
	background-size: 40px 40px, 60px 60px;
	background-position: 0 0, 20px 20px;
	opacity: 0.5;
	filter: blur(0.2px);
	pointer-events: none;
}

.hkaf-auth__values h2 {
	margin-top: 0;
	font-size: 1.75rem;
}

.hkaf-auth__values ul {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hkaf-auth__values li {
	padding: 12px 0;
	border-top: 1px solid rgba(248, 250, 252, 0.15);
}

.hkaf-auth__values strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 4px;
}

.hkaf-auth__forms {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hkaf-profile-grid .hkaf-card {
	display: flex;
	flex-direction: column;

}

.hkaf-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 12px 40px rgba(11, 13, 18, 0.1);
}

.hkaf-card--register {
	border: 1px solid rgba(218, 89, 21, 0.2);
}

.hkaf-card--login {
	box-shadow: none;
	border: none;
	backdrop-filter: blur(12px);
	padding: 0;
}

.hkaf-card--login label span,
.hkaf-card--login .hkaf-link,
.hkaf-card--login .hkaf-card__intro {
	color: inherit;
}

.hkaf-card__intro {
	margin-top: 0;
	color: #475467;
}

.hkaf-card__note {
	font-size: 0.9rem;
	color: #475467;
}

.hkaf-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hkaf-form label {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	color: #111827;
	gap: 8px;
}

.hkaf-form input,
.hkaf-form textarea {
	border-radius: 12px !important;
	border: 1px solid #d0d5dd !important;
	padding: 12px 14px !important;
	font-size: 1rem !important;
	transition: border 0.2s, box-shadow 0.2s !important;
}

.hkaf-form input:focus,
.hkaf-form textarea:focus {
	outline: none;
	border-color: #da5915;
	box-shadow: 0 0 0 3px rgba(218, 89, 21, 0.25);
}

.hkaf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 16px;
}

.hkaf-btn {
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 13px 18px;
	border-radius: 999px;
	font-size: 1rem;
	transition: transform 0.2s, box-shadow 0.2s;
}

.hkaf-btn--primary {
	background: linear-gradient(270deg, rgba(215, 93, 27, 0.95), rgba(247, 139, 47, 0.9));
	margin-top: 20px;
	color: #fff;
	box-shadow: 0 10px 30px rgba(218, 89, 21, 0.35);
	transition: all 0.3s ease;
}

.hkaf-btn--primary:hover {
	box-shadow: 0 12px 35px rgba(218, 89, 21, 0.45);
	background: var(--ast-global-color-2) !important;
	color: #fff !important;
}

.hkaf-btn--ghost {
	background: rgba(218, 89, 21, 0.08);
	color: #da5915;
	border: 1px solid rgba(218, 89, 21, 0.3);
	margin-top: 20px;
}

.hkaf-card--login .hkaf-btn--ghost {
	color: #f8fafc;
	border-color: rgba(248, 250, 252, 0.3);
	background: rgba(255, 255, 255, 0.1);
}

.hkaf-btn:hover {
	transform: translateY(-1px);
}

.hkaf-legal-doc {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0 20px 60px rgba(26, 34, 56, 0.08);
	color: #101828;
	line-height: 1.7;
}

.hkaf-legal-doc h2 {
	font-size: 1.25rem;
	margin-top: 32px;
	color: #0b0d12;
}

.hkaf-legal-doc ul {
	padding-left: 20px;
}

.hkaf-notices {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hkaf-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 16px 0;
	font-size: 0.95rem;
	color: #475467;
}

.hkaf-consent input[type="checkbox"] {
	margin-top: 4px;
}

.hkaf-notice {
	padding: 12px 16px;
	border-radius: 12px;
	font-weight: 600;
}

.hkaf-notice--error {
	background: rgba(248, 113, 113, 0.15);
	color: #b91c1c;
}

.hkaf-notice--success {
	background: rgba(74, 222, 128, 0.15);
	color: #15803d;
}

.hkaf-meter {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hkaf-meter__bar {
	flex: 1;
	height: 8px;
	border-radius: 999px;
	background: #e5e7eb;
	overflow: hidden;
	position: relative;
}

.hkaf-meter__bar:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	transform-origin: left;
	transform: scaleX(0);
	background: linear-gradient(120deg, #f59e0b, #84cc16);
	transition: transform 0.2s;
}

.hkaf-meter[data-strength="1"] .hkaf-meter__bar:after {
	transform: scaleX(0.25);
	background: #f97316;
}

.hkaf-meter[data-strength="2"] .hkaf-meter__bar:after {
	transform: scaleX(0.5);
	background: #f2c94c;
}

.hkaf-meter[data-strength="3"] .hkaf-meter__bar:after {
	transform: scaleX(0.75);
	background: #84cc16;
}

.hkaf-meter[data-strength="4"] .hkaf-meter__bar:after {
	transform: scaleX(1);
	background: #22c55e;
}

.hkaf-meter__label {
	font-weight: 600;
	min-width: 80px;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #475467;
}

.hkaf-password-hints {
	margin: 0;
	padding-left: 18px;
	color: #475467;
	font-size: 0.9rem;
}

.hkaf-form__footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.hkaf-remember {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	color: inherit;
	flex-direction: row !important;
}

.hkaf-form__footer a {
	color: #da5915 !important;
	transition: all 0.5s;
}

.hkaf-form__footer a:hover {
	color: var(--ast-global-color-2) !important;
}

.hkaf-link {
	font-weight: 600;
	color: #da5915;
	text-decoration: none;
}

.hkaf-auth--single {
	max-width: 560px;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hkaf-auth__hero {
	background: #0b0d12;
	color: #e2e8f0;
	padding: 24px;
	border-radius: 20px;
	box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.12);
}

.hkaf-auth__hero h2 {
	margin: 0 0 6px;
	font-size: 1.6rem;
	color: #f8fafc;
}

.hkaf-auth__hero p {
	margin: 0 0 12px;
	color: #cbd5f5;
}

.hkaf-auth__hero .hkaf-link {
	color: #ffb48c;
}

.hkaf-dashboard {
	background: #f8fafc;
	padding: 32px;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(11, 13, 18, 0.12);
	margin: 40px auto;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.hkaf-dashboard__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.hkaf-dashboard__header h2 {
	margin: 4px 0;
	font-size: 2rem;
	color: #0b0d12;
}

.hkaf-dashboard__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
	color: #ffb48c;
	margin: 0;
}

.hkaf-dashboard__since {
	padding: 8px 16px;
	background: rgba(99, 102, 241, 0.1);
	color: #da5915;
	border-radius: 999px;
	font-weight: 600;
}

.hkaf-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.hkaf-stat-card {
	background: #0b0d12;
	color: #f8fafc;
	border-radius: 18px;
	padding: 18px;
	box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.15);
}

.hkaf-stat-card span {
	display: block;
	font-size: 0.85rem;
	opacity: 0.8;
	margin-bottom: 6px;
}

.hkaf-stat-card strong {
	font-size: 1.15rem;
}

.hkaf-dashboard__details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.hkaf-card--support {
	background: linear-gradient(120deg, rgba(215, 93, 27, 0.95), rgba(247, 139, 47, 0.9));
	display: flex;
	color: #fff;
	flex-direction: column;
	align-items: flex-start;
}

.hkaf-card--support h3 {
	color: inherit;
}

.hkaf-card--support p {
	color: inherit;
}

.hkaf-card--profile {
	background: #fff5ee;
	border: 1px solid rgba(218, 89, 21, 0.18);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hkaf-card--profile h3 {
	margin: 0;
}

.hkaf-card--profile .hkaf-btn {
	width: 100%;
	justify-content: center;
	margin-top: 0;
}

.hkaf-dashboard__details ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hkaf-dashboard__details li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 8px;
}

.hkaf-dashboard__details li span {
	color: #475467;
	font-weight: 500;
}

.hkaf-dashboard__details li strong {
	color: #0b0d12;
}

.hkaf-quick-actions {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(11, 13, 18, 0.08);
}

.hkaf-quick-actions__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.hkaf-quick-actions__item {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 18px;
	text-decoration: none;
	color: #0b0d12;
	transition: border 0.2s, transform 0.2s, box-shadow 0.2s;
	background: #f8fafc;
}

.hkaf-quick-actions__item span {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.hkaf-quick-actions__item p {
	margin: 0;
	color: #475467;
}

.hkaf-quick-actions__item:hover {
	border-color: #da5915;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(218, 89, 21, 0.18);
}

@media (max-width: 768px) {
	.hkaf-auth {
		padding: 16px;
	}

	.hkaf-card {
		padding: 20px;
	}

	.hkaf-dashboard {
		padding: 20px;
	}

	.hkaf-dashboard__header {
		flex-direction: column;
	}
}

.hkaf-hero {
	width: 100%;
	padding: 60px 40px;
	border-radius: 40px;
	margin-bottom: 40px !important;
	position: relative;
	overflow: hidden;
}

.hkaf-hero--gradient {
	background: radial-gradient(circle at 20% 20%, #fff1e6, #ffe0cc 45%, #ffffff);
	box-shadow: 0 40px 120px rgba(11, 13, 18, 0.15);
}

.hkaf-hero--navy {
	background: linear-gradient(120deg, #0b0d12, #1b1f2c);
	color: #f8fafc;
}

.hkaf-hero--lavender {
	background: linear-gradient(125deg, #fff3e7, #ffd8be);
}

.account-portal .hkaf-hero__highlights {
	display: flex;
	
}

.hkaf-hero--dashboard {
	background: linear-gradient(120deg, #fff1e4, #ffe5cf);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.hkaf-hero__content {
	max-width: 720px;
}

.page--account-portal {
    display: flex;
    gap: 24px;
	margin-bottom: 40px !important;
}

.account-portal .hkaf-hero__content {
	max-width: 100%;
}

.page--account-portal-left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.account-portal {
	margin-bottom: 0 !important;
}

.page--account-portal-left .hkaf-values h2 {
	color: #fff;
}

.hkaf-hero__content h1 {
	margin: 10px 0 12px;
	font-size: 2.6rem;
}

.hkaf-page.hkaf-page--portal {
    max-width: 100%;
    margin: 0;
    padding: 0;
	margin-bottom: 40px;
}

.hkaf-hero--navy .hkaf-hero__content h1,
.hkaf-hero--navy .hkaf-hero__content p,
.hkaf-hero--navy .hkaf-eyebrow {
	color: #f8fafc;
}

.hkaf-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	color: #da5915;
	font-weight: 700;
	margin: 0;
}

.hkaf-hero__highlights {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	color: #0b0d12;
}

.hkaf-hero__highlights li {
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(218, 89, 21, 0.12);
	font-weight: 600;
	color: #b24410;
}

.hkaf-hero__highlights span {
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(218, 89, 21, 0.12);
	font-weight: 600;
	color: #b24410;
}

.hkaf-hero__cta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.hkaf-hero__pill {
	padding: 12px 20px;
	border-radius: 999px;
	background: rgba(218, 89, 21, 0.12);
	color: #da5915;
	font-weight: 600;
}

.hkaf-shell {
	margin: 0 auto 60px;
	padding: 0 16px;
}

.hkaf-shell__panel {
	background: #fff;
	border-radius: 32px;
	padding: 32px;
	box-shadow: 0 24px 80px rgba(11, 13, 18, 0.12);
}

.hkaf-shell__panel .woocommerce-EditAccountForm {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr);
}

.hkaf-shell__panel .woocommerce-EditAccountForm .form-row {
	margin: 0;
	grid-column: span 1;
}

.hkaf-shell__panel .woocommerce-EditAccountForm label {
	font-weight: 600;
	color: #0b0d12;
	margin-bottom: 6px;
	display: block;
}

.hkaf-shell__panel .woocommerce-Input,
.hkaf-shell__panel .woocommerce-input-wrapper input,
.hkaf-shell__panel input[type="text"],
.hkaf-shell__panel input[type="email"],
.hkaf-shell__panel input[type="password"] {
	border-radius: 14px;
	border: 1px solid #d1d5db;
	padding: 12px 14px;
	width: 100%;
	transition: border 0.2s, box-shadow 0.2s;
}

.hkaf-shell__panel .woocommerce-Input:focus {
	border-color: #da5915;
	box-shadow: 0 0 0 3px rgba(218, 89, 21, 0.25);
	outline: none;
}

.hkaf-shell__panel .clear {
	display: none;
}

.hkaf-shell__panel fieldset {
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 20px;
}

.hkaf-shell__panel fieldset legend {
	padding: 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #475467;
}

.hkaf-shell__panel .woocommerce-Button.button {
	background: linear-gradient(120deg, #da5915, #b24410);
	border: none;
	color: #fff;
	border-radius: 999px;
	padding: 12px 26px;
	font-weight: 600;
	box-shadow: 0 10px 30px rgba(218, 89, 21, 0.35);
}

.hkaf-shell__panel .woocommerce-Button.button:hover {
	transform: translateY(-1px);
}

.hkaf-shell__panel .woocommerce-form-row--first,
.hkaf-shell__panel .woocommerce-form-row--last,
.hkaf-shell__panel .woocommerce-form-row--wide {
	display: flex;
	flex-direction: column;
}

.hkaf-shell__panel fieldset {
	grid-column: span 1;
}

.hkaf-shell__panel .woocommerce-EditAccountForm>p:last-of-type {
	grid-column: span 1;
}

@media (min-width: 768px) {
	.hkaf-shell__panel .woocommerce-EditAccountForm {
		grid-template-columns: repeat(2, minmax(280px, 1fr));
	}

	.hkaf-shell__panel fieldset,
	.hkaf-shell__panel .woocommerce-EditAccountForm>p:last-of-type {
		grid-column: span 2;
	}
}

.hkaf-page {
	max-width: 1200px;
	margin: 0 auto 80px;
	padding: 0 20px;
}

.hkaf-page__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 32px;
}

.hkaf-page__forms {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hkaf-values {
	background: #0b0d12;
	color: #f8fafc;
	border-radius: 32px;
	padding: 36px;
	box-shadow: 0 24px 60px rgba(11, 13, 18, 0.35);
}

.hkaf-values ul {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hkaf-values li {
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(248, 250, 252, 0.15);
}

.hkaf-values strong {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 4px;
}

.hkaf-dashboard-shell {
	margin: 0 auto 80px;
	padding: 0 40px;
	min-height: 80vh;
}


.hkaf-tabs__triggers {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.hkaf-tabs__trigger {
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid rgba(218, 89, 21, 0.3);
	background: transparent;
	color: #da5915;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}

.hkaf-tabs__trigger.is-active {
	background: #da5915;
	color: #fff;
	border: 1px solid #da5915;
	box-shadow: 0 10px 30px rgba(218, 89, 21, 0.3);
}

.hkaf-tabs__trigger.is-active:hover {
	border: 1px solid #da5915;
}

.hkaf-tabs__panels {
	/* background: #fff;
	border-radius: 32px;
	box-shadow: 0 24px 70px rgba(11, 13, 18, 0.12);
	padding: 32px; */
}

.hkaf-tab-panel {
	display: none;
	animation: hkafFade 0.35s ease;
}

.hkaf-tab-panel.is-active {
	display: block;
}

@keyframes hkafFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

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

.hkaf-table-wrapper {
	overflow-x: visible;
	margin-top: 20px;
}

.hkaf-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
    border: 1px solid #e5e7eb;
	background-color: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.hkaf-table th,
.hkaf-table td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid #e5e7eb;
}

.hkaf-table th {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #475467;
}

.hkaf-status {
	padding: 4px 12px;
	border-radius: 999px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(11, 13, 18, 0.08);
	color: #0b0d12;
}

.hkaf-status--processing,
.hkaf-status--completed {
	background: rgba(34, 197, 94, 0.15);
	color: #15803d;
}

.hkaf-status--pending,
.hkaf-status--on-hold,
.hkaf-status--quote {
	background: rgba(249, 115, 22, 0.2);
	color: #b45309;
}

.hkaf-empty-state {
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #475467;
	box-shadow: 0 12px 30px rgba(11, 13, 18, 0.08);
	font-weight: 600;
}

.hkaf-doc-list {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hkaf-doc-list li {
	padding: 18px;
	border-radius: 18px;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background-color: #fff;
}

.hkaf-doc-list strong {
	display: block;
	margin-bottom: 4px;
}

.hkaf-profile-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.hkaf-security-list {
	list-style: disc;
	padding-left: 22px;
	color: #475467;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hkaf-doc-list a.hkaf-link {
	margin-left: auto;
	white-space: nowrap;
}

.hkaf-product-slider {
	margin: 24px 0;
}

.hkaf-product-slider__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.hkaf-product-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid #e5e7eb;
	text-decoration: none;
	color: #0b0d12;
	background: #f8fafc;
	transition: box-shadow 0.2s, transform 0.2s;
}

.hkaf-product-card__thumb img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.hkaf-product-card span {
	color: #475467;
	font-size: 0.85rem;
}

.hkaf-product-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(11, 13, 18, 0.12);
}

.hkaf-legal-links {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.hkaf-legal-links ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.hkaf-btn--logout {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hkaf-page--portal .hkaf-card {
	background: rgba(255, 255, 255, 0.98);
}

@media (max-width: 768px) {
	.hkaf-hero {
		padding: 40px 16px;
	}

	.hkaf-hero__content h1 {
		font-size: 2rem;
	}

	.hkaf-tabs__panels {
		padding: 0;
	}
}

.hkaf-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(11, 13, 18, 0.6);
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 500;
}

.hkaf-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.hkaf-modal__dialog {
	background: #ffffff;
	border-radius: 28px;
	padding: 32px;
	width: 100%;
	max-width: 420px;
	position: relative;
	box-shadow: 0 30px 80px rgba(11, 13, 18, 0.3);
}

.hkaf-modal__close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: none;
	background: transparent;
	font-size: 1.5rem;
	cursor: pointer;
	color: #0b0d12;
}

.hkaf-modal__dialog label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-weight: 600;
	color: #0b0d12;
	margin-bottom: 12px;
}

.hkaf-modal__dialog input {
	border-radius: 14px;
	border: 1px solid #d1d5db;
	padding: 12px 14px;
}

.hkaf-modal__dialog input:focus {
	border-color: #da5915;
	box-shadow: 0 0 0 3px rgba(218, 89, 21, 0.2);
	outline: none;
}

.hkaf-modal__notice {
	margin-top: 10px;
	font-weight: 600;
	display: none;
}

.hkaf-modal__notice--error {
	color: #b91c1c;
	display: block;
}

.hkaf-modal__notice--success {
	color: #15803d;
	display: block;
}

.hkaf-modal__notice--loading {
	display: block;
	color: #475467;
}

.hkaf-modal__submit {
	width: 100%;
	justify-content: center;
	margin-top: 8px;
}

.hkaf-modal__backdrop {
	position: absolute;
	inset: 0;
}

@media (max-width: 640px) {
	.hkaf-auth {
		padding: 12px;
		grid-template-columns: 1fr;
	}

	.hkaf-card,
	.hkaf-values,
	.hkaf-shell__panel {
		padding: 20px;
	}

	.hkaf-hero {
		padding: 32px 18px;
		border-radius: 24px;
	}

	.hkaf-hero__content h1 {
		font-size: 1.9rem;
	}

	.hkaf-hero--dashboard {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}

	.hkaf-hero__pill {
		align-self: flex-start;
	}

	.hkaf-tabs__triggers {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 8px;
	}

	.hkaf-tabs__trigger {
		white-space: nowrap;
	}

	.hkaf-quick-actions__grid {
		grid-template-columns: 1fr;
	}

	.hkaf-btn,
	.hkaf-shell__panel .woocommerce-Button.button {
		width: 100%;
		justify-content: center;
	}

	.hkaf-dashboard-shell {
		padding: 0 0px;
	}

	.hkaf-doc-list li {
		flex-direction: column;
		align-items: flex-start;
	}

	.hkaf-doc-list {
		padding-left: 0 !important;
	}

	.hkaf-shell {
		padding: 0;
	}

	.
}

.hkaf-login-layout {
	display: flex;
	align-items: stretch;
	gap: 40px;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.hkaf-login-layout__intro {
	background: radial-gradient(circle at top, #fff3e7e6, #fff3e7e6 70%, #da5a15a3);
	color: var(--ast-global-color-2);
	border-radius: 40px;
	padding: 40px;
	box-shadow: 0 30px 90px rgba(11, 13, 18, 0.3);
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 70%;
}

.hkaf-login-layout__intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    color: var(--ast-global-color-2);
}

.hkaf-login-layout__intro ul li:before {
	content: '›';
	margin-right: 8px;
	color: var(--ast-global-color-2);
}

.hkaf-login-layout__form {
	background: #fff;
	border-radius: 36px;
	padding: 34px;
	box-shadow: 0 30px 70px rgba(11, 13, 18, 0.12);
	display: flex;
	flex-direction: column;
	gap: 18px;
	backdrop-filter: blur(8px);
	width: 30%;
}

.hkaf-login-section {
	position: relative;
	padding: 20px 0 90px;
	overflow: hidden;
	background: linear-gradient(180deg, #fff0e2, #f7f7f7);
}

.hkaf-login-section__glow {
	position: absolute;
	inset: auto;
	width: 520px;
	height: 520px;
	filter: blur(150px);
	border-radius: 50%;
	opacity: 0.55;
	z-index: 0;
}

.hkaf-login-section__glow--one {
	background: rgba(218, 89, 21, 0.35);
	top: -150px;
	left: -120px;
}

.hkaf-login-section__glow--two {
	background: rgba(11, 13, 18, 0.35);
	bottom: -200px;
	right: -100px;
}

.hkaf-login-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
	margin-top: auto;
}

.hkaf-login-stats div {
    border: 1px solid var(--ast-global-color-2);
    border-radius: 20px;
    padding: 14px;
    text-align: center;
}

.hkaf-login-stats strong {
	display: block;
	font-size: 1.8rem;
}

.hkaf-login-stats span {
	font-size: 0.85rem;
	display: block;
	opacity: 0.85;
}

@media (max-width: 768px) {
	.hkaf-login-layout {
		padding: 10px;
	}

	.hkaf-login-layout__intro,
	.hkaf-login-layout__form {
		padding: 20px;
	}
}

.post-398, .page-400 {
	padding: 0 !important;
}

.page-id-400 {
	background-color: #f7f7f7;
}

.post-400 .entry-content {
	margin-top: 0 !important;
}

.post-400 {
	padding-top: 0 !important;
}

.post-399 {
	padding-top: 20px !important;
	background: #f7f7f7;
}

