/* Hormuz Membership Core — Frontend UI
 * Version 1.4.0
 */

:root {
	--hmc-teal: #008f8c;
	--hmc-teal-dark: #006f6d;
	--hmc-navy: #0f172a;
	--hmc-ink: #172322;
	--hmc-muted: #667574;
	--hmc-faint: #91a09f;
	--hmc-line: rgba(15, 23, 42, 0.09);
	--hmc-line-strong: rgba(15, 23, 42, 0.14);
	--hmc-soft: #f4f8f7;
	--hmc-white: #fff;
	--hmc-radius: 18px;
	--hmc-shadow: 0 20px 60px rgba(15, 23, 42, 0.065), 0 3px 12px rgba(15, 23, 42, 0.025);
}

/* Remove the theme-generated title only on pages that contain Membership Core. */
body.hmc-membership-page main .entry-header,
body.hmc-membership-page main .page-header,
body.hmc-membership-page main > .wp-block-post-title,
body.hmc-membership-page .content-area > .entry-header,
body.hmc-membership-page .site-main > article > .entry-header {
	display: none !important;
}

body.hmc-membership-page .content-area,
body.hmc-membership-page .site-main,
body.hmc-membership-page .entry-content,
body.hmc-membership-page .wp-site-blocks main {
	max-width: none !important;
}

body.hmc-membership-page .entry-content > .wp-block-shortcode,
body.hmc-membership-page .entry-content > .wp-block-group,
body.hmc-membership-page .entry-content > .wp-block-kadence-rowlayout,
body.hmc-membership-page .wp-block-post-content > .wp-block-shortcode {
	max-width: none !important;
	margin: 0 !important;
}

.hmc-shell,
.hmc-header-account {
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--hmc-ink);
}

.hmc-shell *,
.hmc-header-account * {
	box-sizing: border-box;
}

.hmc-shell {
	position: relative;
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	margin: clamp(34px, 6vw, 76px) auto clamp(52px, 8vw, 112px);
	font-size: 15px;
	line-height: 1.55;
}

.hmc-shell a,
.hmc-shell button,
.hmc-shell input {
	font-family: inherit;
}

/* ---------------------------------------------------------
   Intro and identity
   --------------------------------------------------------- */

.hmc-page-intro,
.hmc-account-head {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	margin: 0 0 22px;
	padding: clamp(28px, 4.5vw, 52px);
	border: 1px solid var(--hmc-line);
	border-radius: 24px;
	background:
		radial-gradient(520px 230px at 93% -15%, rgba(0, 143, 140, 0.10), transparent 68%),
		linear-gradient(145deg, #fff 0%, #fbfdfd 58%, #f2f8f7 100%);
	box-shadow: var(--hmc-shadow);
	overflow: hidden;
}

.hmc-page-intro::after,
.hmc-account-head::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 1px;
	border-radius: 23px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
	pointer-events: none;
}

.hmc-page-intro-copy {
	max-width: 720px;
}

.hmc-page-intro h1,
.hmc-account-head h1,
.hmc-pricing-card h1 {
	margin: 8px 0 14px;
	color: var(--hmc-navy);
	font-size: clamp(32px, 4.2vw, 58px);
	font-weight: 720;
	line-height: 1.03;
	letter-spacing: -0.052em;
}

.hmc-page-intro p,
.hmc-account-head p,
.hmc-pricing-card > p {
	max-width: 720px;
	margin: 0;
	color: var(--hmc-muted);
	font-size: clamp(14px, 1.4vw, 17px);
	line-height: 1.72;
}

.hmc-kicker {
	display: block;
	color: var(--hmc-teal-dark);
	font-size: 10px;
	font-weight: 820;
	line-height: 1.2;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.hmc-intro-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.hmc-intro-points span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(0, 143, 140, 0.11);
	border-radius: 999px;
	background: rgba(255,255,255,.74);
	color: #456260;
	font-size: 11px;
	font-weight: 680;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.94);
}

.hmc-intro-mark,
.hmc-pricing-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: clamp(84px, 11vw, 132px);
	height: clamp(84px, 11vw, 132px);
	border: 1px solid rgba(0,143,140,.10);
	border-radius: 30px;
	background: linear-gradient(145deg, rgba(255,255,255,.93), rgba(235,247,246,.76));
	color: var(--hmc-teal);
	box-shadow: 0 18px 42px rgba(0,143,140,.10), inset 0 1px 0 #fff;
	transform: rotate(2deg);
}

.hmc-intro-mark svg,
.hmc-pricing-mark svg {
	width: 54%;
	height: 54%;
}

.hmc-account-identity {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.hmc-account-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(0,143,140,.11);
	border-radius: 19px;
	background: linear-gradient(145deg, #e8f6f4, #f8fbfb);
	color: var(--hmc-teal-dark);
	font-size: 22px;
	font-weight: 820;
	box-shadow: inset 0 1px 0 #fff;
}

.hmc-account-head h1 {
	margin: 5px 0 5px;
	font-size: clamp(30px, 3.5vw, 48px);
}

.hmc-account-head p {
	font-size: 13px;
}

.hmc-account-signout {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0 13px;
	border: 1px solid var(--hmc-line);
	border-radius: 11px;
	background: rgba(255,255,255,.72);
	color: #596866 !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
	transition: .16s ease;
}

.hmc-account-signout:hover {
	border-color: rgba(0,143,140,.16);
	background: #fff;
	color: var(--hmc-teal-dark) !important;
	transform: translateY(-1px);
}

.hmc-account-signout svg {
	width: 17px;
	height: 17px;
}

/* ---------------------------------------------------------
   Cards and layouts
   --------------------------------------------------------- */

.hmc-auth-grid,
.hmc-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

.hmc-panel,
.hmc-pricing-card {
	position: relative;
	padding: clamp(24px, 3.1vw, 34px);
	border: 1px solid var(--hmc-line);
	border-radius: var(--hmc-radius);
	background: rgba(255,255,255,.96);
	box-shadow: var(--hmc-shadow);
	overflow: hidden;
}

.hmc-panel::before,
.hmc-pricing-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 28px;
	width: 48px;
	height: 2px;
	border-radius: 0 0 99px 99px;
	background: var(--hmc-teal);
	opacity: .8;
}

.hmc-auth-panel {
	min-height: 100%;
}

.hmc-panel h3,
.hmc-form-intro h3 {
	margin: 6px 0 8px;
	color: var(--hmc-navy);
	font-size: 22px;
	font-weight: 720;
	line-height: 1.18;
	letter-spacing: -0.032em;
}

.hmc-panel p,
.hmc-form-intro p,
.hmc-pricing-card p {
	color: var(--hmc-muted);
	line-height: 1.68;
}

.hmc-form-intro {
	margin-bottom: 20px;
}

.hmc-form-intro p {
	margin: 0;
	font-size: 13px;
}

.hmc-panel-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.hmc-panel-heading h3 {
	margin-bottom: 0;
}

.hmc-subscription-card {
	background:
		radial-gradient(260px 150px at 100% 0, rgba(0,143,140,.08), transparent 70%),
		#fff;
}

.hmc-empty-workspace {
	margin-top: 20px;
	padding-top: 38px;
	padding-bottom: 38px;
	background:
		linear-gradient(90deg, rgba(0,143,140,.04) 1px, transparent 1px),
		linear-gradient(rgba(0,143,140,.04) 1px, transparent 1px),
		linear-gradient(145deg, #fff 0%, #f3f9f8 100%);
	background-size: 28px 28px, 28px 28px, auto;
}

.hmc-empty-workspace h3 {
	max-width: 690px;
	margin: 7px 0 8px;
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: -0.04em;
}

.hmc-empty-workspace p {
	max-width: 760px;
	margin-bottom: 0;
}

/* ---------------------------------------------------------
   Forms
   --------------------------------------------------------- */

.hmc-form,
.hmc-shell #loginform {
	display: grid;
	gap: 15px;
	margin: 0;
}

.hmc-form label,
.hmc-shell #loginform label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #344543;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.35;
}

.hmc-form label > span,
.hmc-form small {
	color: var(--hmc-faint);
	font-weight: 520;
}

.hmc-form input:not([type="checkbox"]),
.hmc-shell #loginform input[type="text"],
.hmc-shell #loginform input[type="password"] {
	display: block;
	width: 100%;
	height: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0 13px;
	border: 1px solid rgba(15,23,42,.13);
	border-radius: 11px;
	outline: 0;
	background: #fbfcfc;
	color: var(--hmc-navy);
	font-size: 13px;
	font-weight: 540;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
	transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.hmc-form input:not([type="checkbox"]):hover,
.hmc-shell #loginform input[type="text"]:hover,
.hmc-shell #loginform input[type="password"]:hover {
	border-color: rgba(15,23,42,.19);
	background: #fff;
}

.hmc-form input:focus,
.hmc-shell #loginform input:focus {
	border-color: rgba(0,143,140,.46);
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(0,143,140,.08), inset 0 1px 0 #fff;
}

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

.hmc-check {
	display: grid !important;
	grid-template-columns: 17px minmax(0, 1fr) !important;
	align-items: start;
	gap: 9px !important;
	padding: 2px 0;
	font-weight: 580 !important;
	line-height: 1.55 !important;
}

.hmc-check input,
.hmc-shell #loginform .login-remember input {
	width: 15px;
	height: 15px;
	margin: 2px 0 0;
	accent-color: var(--hmc-teal);
}

.hmc-shell #loginform p {
	margin: 0;
}

.hmc-shell #loginform .login-remember label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 570;
}

.hmc-shell #loginform .login-submit {
	margin-top: 2px;
}

.hmc-button,
.hmc-shell #loginform #wp-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 44px;
	margin: 0;
	padding: 0 17px;
	border: 1px solid var(--hmc-teal);
	border-radius: 11px;
	outline: 0;
	background: var(--hmc-teal);
	color: #fff !important;
	font-size: 12px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 9px 20px rgba(0,143,140,.15), inset 0 1px 0 rgba(255,255,255,.22);
	cursor: pointer;
	transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.hmc-button:hover,
.hmc-shell #loginform #wp-submit:hover {
	background: var(--hmc-teal-dark);
	border-color: var(--hmc-teal-dark);
	box-shadow: 0 11px 24px rgba(0,143,140,.2), inset 0 1px 0 rgba(255,255,255,.2);
	transform: translateY(-1px);
}

.hmc-button:focus-visible,
.hmc-shell #loginform #wp-submit:focus-visible,
.hmc-link:focus-visible,
.hmc-text-link:focus-visible {
	outline: 3px solid rgba(0,143,140,.15);
	outline-offset: 3px;
}

.hmc-button[disabled] {
	opacity: .42;
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}

.hmc-button-secondary {
	border-color: rgba(0,143,140,.18);
	background: rgba(255,255,255,.92);
	color: var(--hmc-teal-dark) !important;
	box-shadow: inset 0 1px 0 #fff;
}

.hmc-button-secondary:hover {
	border-color: rgba(0,143,140,.28);
	background: #f3f9f8;
	color: var(--hmc-teal-dark) !important;
}

.hmc-button-small {
	min-height: 36px;
	padding: 0 12px;
}

.hmc-link,
.hmc-text-link {
	color: var(--hmc-teal-dark) !important;
	font-size: 12px;
	font-weight: 720;
	text-decoration: none !important;
}

.hmc-text-link {
	display: inline-flex;
	margin-top: 15px;
}

.hmc-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* ---------------------------------------------------------
   Authentication helpers and Google
   --------------------------------------------------------- */

.hmc-auth-divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 11px;
	margin: 1px 0 15px;
	color: var(--hmc-faint);
	font-size: 9px;
	font-weight: 760;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hmc-auth-divider::before,
.hmc-auth-divider::after {
	content: "";
	height: 1px;
	background: var(--hmc-line);
}

.hmc-google-signin {
	position: relative;
	display: block;
	width: 100%;
	min-height: 40px;
	margin: 0 0 16px;
	overflow: hidden;
}

.hmc-google-signin > * {
	max-width: 100% !important;
}

.hmc-google-signin iframe,
.hmc-google-signin [role="button"] {
	max-width: 100% !important;
}

/* Site Kit can occasionally render a duplicate sibling while initializing. */
.hmc-google-signin > .hmc-google-duplicate {
	display: none !important;
}

.hmc-google-note {
	margin: -3px 0 16px !important;
	padding: 10px 12px;
	border: 1px solid rgba(0,143,140,.08);
	border-radius: 10px;
	background: #f3f9f8;
	font-size: 11px;
}

/* ---------------------------------------------------------
   Status, alerts and billing
   --------------------------------------------------------- */

.hmc-status,
.hmc-mini-plan {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	white-space: nowrap;
}

.hmc-status {
	min-height: 28px;
	padding: 0 10px;
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .035em;
}

.hmc-status.is-active,
.hmc-mini-plan.is-active {
	border: 1px solid rgba(17,107,84,.08);
	background: #e2f5ef;
	color: #116b54;
}

.hmc-status.is-free,
.hmc-mini-plan.is-free {
	border: 1px solid rgba(83,97,95,.07);
	background: #eff3f2;
	color: #53615f;
}

.hmc-meta {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 20px 0 0 !important;
	padding: 14px 0;
	border-top: 1px solid var(--hmc-line);
	border-bottom: 1px solid var(--hmc-line);
	font-size: 12px;
}

.hmc-meta span {
	color: var(--hmc-muted);
}

.hmc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.hmc-actions form,
.hmc-header-billing form {
	margin: 0;
}

.hmc-muted {
	color: var(--hmc-muted);
	font-size: 12px;
}

.hmc-alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 12px;
	font-weight: 650;
}

.hmc-alert div {
	display: grid;
	gap: 3px;
}

.hmc-alert span {
	font-weight: 520;
}

.hmc-alert-success {
	border-color: rgba(24,95,76,.08);
	background: #e8f6f1;
	color: #185f4c;
}

.hmc-alert-warning {
	border-color: rgba(114,83,21,.08);
	background: #fff6df;
	color: #725315;
}

.hmc-alert-error {
	border-color: rgba(138,39,36,.08);
	background: #fdeceb;
	color: #8a2724;
}

/* ---------------------------------------------------------
   Pricing
   --------------------------------------------------------- */

.hmc-pricing-card {
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(34px, 5vw, 58px);
	text-align: center;
	background:
		radial-gradient(420px 190px at 50% -8%, rgba(0,143,140,.09), transparent 70%),
		#fff;
}

.hmc-pricing-mark {
	width: 76px;
	height: 76px;
	margin: 0 auto 22px;
	border-radius: 22px;
	transform: none;
}

.hmc-pricing-card h1 {
	font-size: clamp(34px, 4.6vw, 56px);
}

.hmc-pricing-card > p {
	margin-right: auto;
	margin-left: auto;
}

.hmc-price-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.hmc-price-options > div {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 180px;
	padding: 25px;
	border: 1px solid var(--hmc-line);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #f8fbfb);
	text-align: left;
	box-shadow: inset 0 1px 0 #fff;
}

.hmc-price-options strong {
	color: var(--hmc-navy);
	font-size: 26px;
	letter-spacing: -.035em;
}

.hmc-price-options span {
	color: var(--hmc-muted);
	font-size: 11px;
}

.hmc-price-options form,
.hmc-price-options .hmc-button {
	width: 100%;
	margin-top: auto;
}

/* ---------------------------------------------------------
   Header account widget
   --------------------------------------------------------- */

/* Reset common Kadence shortcode wrappers that otherwise appear as a square. */
.hg-membership-source-section {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.hg-header-account-host,
.wp-block-shortcode:has(> .hmc-header-account),
.wp-block-kadence-shortcode:has(.hmc-header-account),
.wp-block-group:has(> .hmc-header-account) {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 40px !important;
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.hg-header-account-host > *,
.wp-block-shortcode:has(> .hmc-header-account) > *,
.wp-block-kadence-shortcode:has(.hmc-header-account) > * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.hmc-header-account {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	z-index: 99999;
}

.hmc-header-trigger {
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255,255,255,.74) !important;
	border-radius: 10px !important;
	outline: 0 !important;
	background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.31)) !important;
	color: var(--hmc-teal-dark) !important;
	box-shadow: 0 0 0 1px rgba(15,23,42,.045), 0 5px 14px rgba(15,23,42,.035), inset 0 1px 0 rgba(255,255,255,.96) !important;
	cursor: pointer;
	transition: background-color .14s ease, border-color .14s ease, transform .14s ease, box-shadow .14s ease;
}

.hmc-header-trigger:hover,
.hmc-header-trigger[aria-expanded="true"] {
	border-color: rgba(255,255,255,.95) !important;
	background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.43)) !important;
	box-shadow: 0 0 0 1px rgba(0,143,140,.08), 0 7px 18px rgba(15,23,42,.055), inset 0 1px 0 #fff !important;
	transform: translateY(-1px);
}

.hmc-header-trigger:focus-visible {
	outline: 3px solid rgba(0,143,140,.15) !important;
	outline-offset: 3px !important;
}

.hmc-header-trigger svg {
	display: block;
	width: 17px;
	height: 17px;
}

.hmc-header-trigger img,
.hmc-header-initial {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 8px;
}

.hmc-header-trigger img {
	object-fit: cover;
}

.hmc-header-initial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e6f4f2;
	color: var(--hmc-teal-dark);
	font-size: 11px;
	font-weight: 840;
}

.hmc-header-dot {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 7px;
	height: 7px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	background: #9ba9a7;
	box-shadow: 0 1px 4px rgba(15,23,42,.14);
}

.hmc-header-dot.is-active { background: #08a88f; }
.hmc-header-dot.is-free { background: #8d9c9a; }
.hmc-header-dot.is-guest { background: var(--hmc-teal); }

.hmc-header-menu[hidden] {
	display: none !important;
}

.hmc-header-menu {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: min(326px, calc(100vw - 24px));
	margin: 0;
	padding: 11px;
	border: 1px solid rgba(15,23,42,.10);
	border-radius: 17px;
	background: rgba(255,255,255,.985);
	color: var(--hmc-ink);
	box-shadow: 0 24px 68px rgba(15,23,42,.17), 0 5px 18px rgba(15,23,42,.045), inset 0 1px 0 #fff;
	backdrop-filter: blur(24px) saturate(120%);
	-webkit-backdrop-filter: blur(24px) saturate(120%);
	animation: hmcMenuIn .15s ease both;
	z-index: 100000;
}

.hmc-header-menu::before {
	content: "";
	position: absolute;
	top: -5px;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 1px solid rgba(15,23,42,.08);
	border-left: 1px solid rgba(15,23,42,.08);
	background: #fff;
	transform: rotate(45deg);
}

@keyframes hmcMenuIn {
	from { opacity: 0; transform: translateY(-5px) scale(.99); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.hmc-header-menu-head {
	padding: 10px 10px 12px;
}

.hmc-header-menu-head strong {
	display: block;
	margin-top: 6px;
	color: var(--hmc-navy);
	font-size: 15px;
	letter-spacing: -.025em;
}

.hmc-header-menu-head p {
	margin: 7px 0 0;
	color: var(--hmc-muted);
	font-size: 11px;
	line-height: 1.55;
}

.hmc-header-menu .hmc-google-signin {
	margin: 0 0 9px;
	padding: 0 4px;
}

.hmc-header-menu-actions,
.hmc-header-billing {
	display: grid;
	gap: 7px;
	padding: 4px;
}

.hmc-menu-primary,
.hmc-menu-secondary,
.hmc-header-billing .hmc-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border-radius: 10px !important;
	font-size: 11px !important;
	font-weight: 780 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.hmc-menu-primary {
	border: 1px solid var(--hmc-teal) !important;
	background: var(--hmc-teal) !important;
	color: #fff !important;
}

.hmc-menu-primary:hover {
	background: var(--hmc-teal-dark) !important;
}

.hmc-menu-secondary {
	border: 1px solid var(--hmc-line) !important;
	background: #fff !important;
	color: #31413f !important;
}

.hmc-menu-secondary:hover {
	background: #f5f9f8 !important;
}

.hmc-header-user {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 10px 13px;
	border-bottom: 1px solid #edf1f0;
}

.hmc-header-user-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.hmc-header-user-copy strong,
.hmc-header-user-copy span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hmc-header-user-copy strong {
	color: var(--hmc-navy);
	font-size: 13px;
}

.hmc-header-user-copy span {
	color: #74807f;
	font-size: 10px;
}

.hmc-mini-plan {
	flex: 0 0 auto;
	min-height: 23px;
	padding: 0 7px;
	font-size: 8px;
	font-weight: 840;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.hmc-header-nav {
	display: grid;
	gap: 3px;
	padding: 8px 3px;
}

.hmc-header-nav a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	padding: 9px;
	border-radius: 10px;
	color: #263937 !important;
	text-decoration: none !important;
	transition: background-color .14s ease;
}

.hmc-header-nav a:hover {
	background: #f1f8f7;
}

.hmc-header-nav svg {
	width: 17px;
	height: 17px;
	color: var(--hmc-teal);
}

.hmc-header-nav span {
	display: grid;
	gap: 2px;
}

.hmc-header-nav strong {
	font-size: 11px;
}

.hmc-header-nav small {
	color: #7a8584;
	font-size: 9px;
}

.hmc-header-billing {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #edf1f0;
	border-bottom: 1px solid #edf1f0;
}

.hmc-header-billing .hmc-button {
	border-color: var(--hmc-line) !important;
	background: #fff !important;
	color: var(--hmc-teal-dark) !important;
	box-shadow: none !important;
	transform: none !important;
}

.hmc-header-signout {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 5px 3px 0;
	padding: 9px;
	border-radius: 9px;
	color: #637170 !important;
	font-size: 10px;
	font-weight: 730;
	text-decoration: none !important;
}

.hmc-header-signout:hover {
	background: #f7f9f9;
	color: #263938 !important;
}

.hmc-header-signout svg {
	width: 16px;
	height: 16px;
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 900px) {
	.hmc-page-intro {
		align-items: flex-start;
	}

	.hmc-intro-mark {
		width: 92px;
		height: 92px;
		border-radius: 24px;
	}
}

@media (max-width: 760px) {
	.hmc-shell {
		width: min(100% - 24px, 1180px);
		margin-top: 24px;
		margin-bottom: 64px;
	}

	.hmc-page-intro,
	.hmc-account-head {
		align-items: flex-start;
		padding: 26px 22px;
		border-radius: 19px;
	}

	.hmc-page-intro {
		display: grid;
	}

	.hmc-intro-mark {
		display: none;
	}

	.hmc-auth-grid,
	.hmc-dashboard-grid,
	.hmc-price-options {
		grid-template-columns: 1fr;
	}

	.hmc-panel,
	.hmc-pricing-card {
		padding: 24px 20px;
		border-radius: 16px;
	}

	.hmc-two {
		grid-template-columns: 1fr;
	}

	.hmc-account-head {
		display: grid;
		gap: 18px;
	}

	.hmc-account-signout {
		width: max-content;
	}

	.hmc-alert {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.hmc-page-intro h1,
	.hmc-account-head h1,
	.hmc-pricing-card h1 {
		font-size: 31px;
	}

	.hmc-account-avatar {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
		border-radius: 15px;
	}

	.hmc-intro-points {
		gap: 6px;
	}

	.hmc-intro-points span {
		font-size: 10px;
	}

	.hmc-header-menu {
		position: fixed;
		top: 76px;
		right: 12px;
		left: 12px;
		width: auto;
	}

	.hmc-header-menu::before {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hmc-shell *,
	.hmc-header-account * {
		transition: none !important;
		animation: none !important;
	}
}


/* =========================================================
   1.0.7 hard fallback layer
   These rules are intentionally more specific and important because the
   Hormuz theme uses custom Kadence wrappers and aggressive global SVG/form
   rules. They also work when the body_class detection is bypassed.
   ========================================================= */
body:has(.hmc-shell) main .entry-header,
body:has(.hmc-shell) main .page-header,
body:has(.hmc-shell) .wp-block-post-title,
body:has(.hmc-shell) .entry-title {
	display: none !important;
}

body:has(.hmc-shell) .entry-content,
body:has(.hmc-shell) .wp-block-post-content,
body:has(.hmc-shell) main,
body:has(.hmc-shell) article {
	max-width: none !important;
}

body .hmc-shell {
	display: block !important;
	width: min(1180px, calc(100% - 40px)) !important;
	max-width: 1180px !important;
	margin: clamp(34px, 6vw, 76px) auto clamp(52px, 8vw, 112px) !important;
}

body .hmc-shell .hmc-page-intro,
body .hmc-shell .hmc-account-head {
	display: flex !important;
}

body .hmc-shell .hmc-auth-grid,
body .hmc-shell .hmc-dashboard-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

body .hmc-shell .hmc-form,
body .hmc-shell #loginform {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 15px !important;
	width: 100% !important;
}

body .hmc-shell .hmc-form label,
body .hmc-shell #loginform label,
body .hmc-shell #loginform p {
	display: grid !important;
	width: 100% !important;
	margin: 0 !important;
}

body .hmc-shell .hmc-form input:not([type="checkbox"]),
body .hmc-shell #loginform input[type="text"],
body .hmc-shell #loginform input[type="password"] {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 46px !important;
}

body .hmc-shell .hmc-two {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

body .hmc-shell .hmc-hp {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body .hmc-shell .hmc-brand-svg,
body .hmc-shell .hmc-intro-mark svg,
body .hmc-shell .hmc-pricing-mark svg {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	max-height: 64px !important;
}

body .hmc-shell .hmc-icon-svg,
body .hmc-header-account .hmc-icon-svg,
body .hmc-header-account svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	max-width: 18px !important;
	max-height: 18px !important;
}

body .hmc-header-account,
body .hg-header-account-host,
body .wp-block-shortcode:has(.hmc-header-account),
body .wp-block-kadence-shortcode:has(.hmc-header-account) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 40px !important;
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: visible !important;
}

body .hmc-header-account .hmc-header-trigger {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
}

body .hmc-header-account .hmc-header-trigger img,
body .hmc-header-account .hmc-header-initial {
	display: inline-flex !important;
	width: 30px !important;
	height: 30px !important;
	max-width: 30px !important;
	max-height: 30px !important;
}

@media (max-width: 760px) {
	body .hmc-shell {
		width: min(100% - 24px, 1180px) !important;
	}
	body .hmc-shell .hmc-page-intro,
	body .hmc-shell .hmc-account-head {
		display: grid !important;
	}
	body .hmc-shell .hmc-auth-grid,
	body .hmc-shell .hmc-dashboard-grid,
	body .hmc-shell .hmc-two {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

/* =========================================================
   1.0.7 refinement layer
   ========================================================= */

.hmc-brand-image {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	max-height: 64px !important;
	border-radius: 14px;
	object-fit: cover;
	box-shadow: 0 12px 30px rgba(18, 110, 102, .16);
}

.hmc-intro-mark .hmc-brand-image {
	width: 76px !important;
	height: 76px !important;
	max-width: 76px !important;
	max-height: 76px !important;
	border-radius: 18px;
}

.hmc-pricing-mark .hmc-brand-image {
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	max-height: 64px !important;
	border-radius: 15px;
	box-shadow: 0 14px 34px rgba(18, 110, 102, .18);
}

.hmc-password-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.hmc-password-wrap > input {
	padding-right: 48px !important;
}

.hmc-password-toggle {
	position: absolute !important;
	top: 50%;
	right: 8px;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #758381 !important;
	box-shadow: none !important;
	transform: translateY(-50%);
	cursor: pointer;
}

.hmc-password-toggle:hover,
.hmc-password-toggle.is-revealed {
	background: rgba(0, 143, 140, .07) !important;
	color: var(--hmc-teal-dark) !important;
}

.hmc-form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.hmc-form-row .hmc-check {
	width: auto !important;
}

.hmc-form-row .hmc-text-link {
	margin: 0;
	white-space: nowrap;
}

.hmc-auth-footnote {
	margin: 18px 0 0 !important;
	padding-top: 16px;
	border-top: 1px solid var(--hmc-line);
	color: var(--hmc-muted) !important;
	font-size: 11px !important;
	line-height: 1.55 !important;
}

.hmc-auth-footnote a,
.hmc-auth-footnote strong,
.hmc-check a {
	color: var(--hmc-teal-dark) !important;
	font-weight: 750;
	text-decoration: none !important;
}

.hmc-register-benefits {
	display: grid;
	gap: 8px;
	margin: -3px 0 19px;
	padding: 14px;
	border: 1px solid rgba(0, 143, 140, .09);
	border-radius: 12px;
	background: linear-gradient(145deg, #f4faf9, #fbfdfd);
}

.hmc-register-benefits span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4d6663;
	font-size: 11px;
	font-weight: 620;
}

.hmc-register-benefits svg {
	flex: 0 0 16px;
	color: var(--hmc-teal);
}

.hmc-auth-grid {
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
}

.hmc-auth-panel {
	padding: clamp(28px, 3.4vw, 40px);
}

.hmc-login-form .hmc-button,
.hmc-register-form .hmc-button {
	width: 100%;
	min-height: 48px;
	margin-top: 2px;
}

.hmc-google-signin {
	min-height: 44px;
}

.hmc-google-signin iframe {
	display: block;
	margin: 0 auto !important;
}

.hmc-google-signin .hmc-google-duplicate,
.hmc-google-signin iframe.hmc-google-duplicate,
.hmc-google-signin .g_id_signin.hmc-google-duplicate {
	display: none !important;
}

.hmc-auth-divider {
	margin: 4px 0 18px;
}

.hmc-auth-divider span {
	white-space: nowrap;
}

.hmc-workspace-overview {
	margin-top: 20px;
	background:
		radial-gradient(360px 180px at 100% 0, rgba(0, 143, 140, .07), transparent 70%),
		#fff;
}

.hmc-workspace-cards,
.hmc-membership-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hmc-workspace-cards > div,
.hmc-membership-pillars > div {
	display: grid;
	align-content: start;
	gap: 7px;
	padding: 17px;
	border: 1px solid rgba(15, 23, 42, .075);
	border-radius: 13px;
	background: rgba(250, 252, 252, .88);
}

.hmc-workspace-cards svg,
.hmc-membership-pillars svg {
	width: 18px !important;
	height: 18px !important;
	color: var(--hmc-teal);
}

.hmc-workspace-cards strong,
.hmc-membership-pillars strong {
	color: var(--hmc-navy);
	font-size: 12px;
}

.hmc-workspace-cards span,
.hmc-membership-pillars span {
	color: var(--hmc-muted);
	font-size: 10.5px;
	line-height: 1.55;
}

.hmc-pricing-shell {
	max-width: 1040px;
}

.hmc-pricing-card {
	max-width: 1040px;
}

.hmc-membership-pillars {
	margin-top: 30px;
	text-align: left;
}

.hmc-membership-pillars > div {
	padding: 20px;
	background: linear-gradient(145deg, #fff, #f7fbfa);
}

.hmc-price-options.is-empty {
	grid-template-columns: minmax(0, 1fr);
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.hmc-pricing-pending {
	min-height: 0 !important;
	padding: 28px !important;
	text-align: center !important;
}

.hmc-pricing-pending strong {
	display: block;
	margin: 8px 0 6px;
	font-size: 23px !important;
}

.hmc-pricing-pending p {
	max-width: 570px;
	margin: 0 auto 18px;
	font-size: 12px;
}

.hmc-pricing-pending .hmc-button {
	width: auto;
	margin: 0 auto;
}

.hmc-price-label {
	color: var(--hmc-teal-dark) !important;
	font-size: 9px !important;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.hmc-price-options > .is-featured {
	border-color: rgba(0, 143, 140, .20);
	box-shadow: 0 18px 44px rgba(0, 143, 140, .09), inset 0 1px 0 #fff;
}

/* A dependable, opaque account popover inside the custom glass header. */
body .hg-site-header .hmc-header-menu,
body.hg-final-glass-header .hg-site-header .hmc-header-menu {
	display: block;
	position: absolute !important;
	top: calc(100% + 12px) !important;
	right: 0 !important;
	left: auto !important;
	width: min(330px, calc(100vw - 24px)) !important;
	min-width: 300px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 11px !important;
	border: 1px solid rgba(15, 23, 42, .11) !important;
	border-radius: 17px !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: var(--hmc-ink) !important;
	box-shadow: 0 26px 70px rgba(15, 23, 42, .18), 0 5px 18px rgba(15, 23, 42, .06), inset 0 1px 0 #fff !important;
	opacity: 1 !important;
	filter: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	overflow: visible !important;
	z-index: 1000000 !important;
}

body .hg-site-header .hmc-header-menu[hidden],
body.hg-final-glass-header .hg-site-header .hmc-header-menu[hidden] {
	display: none !important;
}

body .hg-site-header .hmc-header-menu::before,
body.hg-final-glass-header .hg-site-header .hmc-header-menu::before {
	background: #fff !important;
}

body .hg-site-header .hmc-header-menu > *,
body.hg-final-glass-header .hg-site-header .hmc-header-menu > * {
	opacity: 1 !important;
}

body .hg-site-header .hmc-header-trigger .hmc-icon-svg,
body.hg-final-glass-header .hg-site-header .hmc-header-trigger .hmc-icon-svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	max-width: 18px !important;
	max-height: 18px !important;
	color: var(--hmc-teal-dark) !important;
	stroke: currentColor;
}

.hmc-menu-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(0, 143, 140, .11);
	border-radius: 10px;
	background: #eaf6f4;
	color: var(--hmc-teal-dark);
	font-size: 11px;
	font-weight: 840;
}

.hmc-header-user {
	align-items: center;
}

.hmc-header-user-copy {
	flex: 1 1 auto;
}

/* Keep account directly adjacent to Search even if Kadence gives its source
   block a separate grid cell. */
body.hg-final-glass-header .hg-site-header .hg-header-search { order: 5 !important; }
body.hg-final-glass-header .hg-site-header .hg-header-account-host { order: 6 !important; }
body.hg-final-glass-header .hg-site-header > .kadence-header-row-inner > .wp-block-kadence-header-section:last-child {
	gap: 7px !important;
}

@media (max-width: 760px) {
	.hmc-auth-grid,
	.hmc-workspace-cards,
	.hmc-membership-pillars {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.hmc-form-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.hmc-pricing-card {
		padding: 30px 20px;
	}
}


/* =========================================================
   1.0.7 account refinement, fixed Google label and mobile menu
   ========================================================= */

.hmc-account-head .hmc-account-identity > div {
	min-width: 0;
}

.hmc-account-head .hmc-account-identity h1 {
	max-width: 760px;
}

.hmc-account-head .hmc-account-identity p {
	max-width: 720px;
	margin: 8px 0 0 !important;
	color: var(--hmc-muted) !important;
}

.hmc-account-email {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	padding: 6px 10px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #637083;
	font-size: 12px;
	font-weight: 650;
	line-height: 1;
}

/* The Google iframe chooses its own locale. This polished, non-interactive
   English label sits above the official clickable button while preserving the
   Google control underneath for authentication. */
.hmc-google-signin {
	position: relative !important;
	isolation: isolate;
	min-height: 42px;
}

.hmc-google-signin .hmc-google-english-label {
	position: absolute;
	z-index: 5;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #747775;
	border-radius: 999px;
	background: #fff;
	color: #1f1f1f;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	box-sizing: border-box;
	pointer-events: none;
}

.hmc-google-signin .hmc-google-icon {
	display: block !important;
	flex: 0 0 18px;
	width: 18px !important;
	height: 18px !important;
	max-width: 18px !important;
	max-height: 18px !important;
}

.hmc-header-trigger-label {
	display: none;
}

.hmc-header-dot {
	display: none !important;
}

/* Kadence mobile off-canvas account instance. It becomes a contained
   accordion row instead of a 40px desktop utility/dropdown. */
.kb-off-canvas-inner .hmc-header-account,
.kb-off-canvas-inner .hg-header-account-host,
.kb-off-canvas-inner .wp-block-shortcode:has(.hmc-header-account),
.kb-off-canvas-inner .wp-block-kadence-shortcode:has(.hmc-header-account) {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.kb-off-canvas-inner .hmc-header-trigger {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 47px !important;
	min-height: 47px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid rgba(15, 23, 42, 0.075) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.56) !important;
	color: var(--hmc-ink) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	transform: none !important;
}

.kb-off-canvas-inner .hmc-header-trigger .hmc-icon-svg {
	width: 18px !important;
	height: 18px !important;
	color: var(--hmc-teal-dark) !important;
}

.kb-off-canvas-inner .hmc-header-trigger-label {
	display: inline !important;
	color: var(--hmc-ink) !important;
	font-family: "Manrope", system-ui, sans-serif !important;
	font-size: 14px !important;
	font-weight: 680 !important;
	line-height: 1 !important;
}

.kb-off-canvas-inner .hmc-header-trigger::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: auto;
	border-right: 1.5px solid #728094;
	border-bottom: 1.5px solid #728094;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 150ms ease;
}

.kb-off-canvas-inner .hmc-header-trigger[aria-expanded="true"]::after {
	transform: rotate(225deg) translate(-1px, -1px);
}

.kb-off-canvas-inner .hmc-header-menu {
	position: static !important;
	display: block;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	margin: 8px 0 0 !important;
	padding: 10px !important;
	border: 1px solid rgba(15, 23, 42, 0.08) !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.78) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	overflow: hidden !important;
	transform: none !important;
}

.kb-off-canvas-inner .hmc-header-menu[hidden] {
	display: none !important;
}

.kb-off-canvas-inner .hmc-header-menu::before {
	display: none !important;
	content: none !important;
}

.kb-off-canvas-inner .hmc-header-menu-head,
.kb-off-canvas-inner .hmc-header-user {
	padding: 4px 3px 10px !important;
}

.kb-off-canvas-inner .hmc-header-nav a {
	min-height: 46px !important;
}

.kb-off-canvas-inner .hmc-header-billing {
	padding-top: 9px !important;
}

.kb-off-canvas-inner .hmc-header-signout {
	min-height: 42px !important;
}

@media (max-width: 680px) {
	.hmc-account-head .hmc-account-identity h1 {
		font-size: clamp(27px, 9vw, 38px) !important;
	}

	.hmc-account-email {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* Account-only access phase */
.hmc-access-list {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}
.hmc-access-list > span {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #536176;
	font-size: 13px;
	font-weight: 620;
	line-height: 1.45;
}
.hmc-access-list > span svg {
	flex: 0 0 16px;
	color: #008f8c;
}
.hmc-header-user .hmc-mini-plan {
	display: none !important;
}

/* Account workspace tabs — 1.2.1 */
.hmc-account-tabs{display:flex;gap:8px;margin:24px 0 18px;padding:6px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:rgba(255,255,255,.72);box-shadow:0 12px 30px rgba(15,23,42,.045);overflow-x:auto}.hmc-account-tab{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:145px;padding:12px 14px;border:1px solid transparent;border-radius:12px;color:#64748b!important;text-decoration:none!important;transition:all .16s ease}.hmc-account-tab span{display:flex;flex-direction:column;gap:3px}.hmc-account-tab strong{font-size:13px;color:inherit}.hmc-account-tab small{font-size:10px;color:#94a3b8}.hmc-account-tab b{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(0,143,140,.1);color:#007673;font-size:10px}.hmc-account-tab:hover{background:#fff;border-color:rgba(15,23,42,.06);color:#0f172a!important}.hmc-account-tab.is-active{background:linear-gradient(180deg,#fff,rgba(248,252,252,.96));border-color:rgba(0,143,140,.14);color:#0f172a!important;box-shadow:0 8px 22px rgba(15,23,42,.06)}.hmc-account-tab-content{min-height:240px}.hmc-profile-panel{max-width:760px;margin:0 auto}.hmc-workspace-cards--compact{grid-template-columns:1fr}.hmc-workspace-cards--compact>div{min-height:0}@media(max-width:720px){.hmc-account-tabs{margin-left:-2px;margin-right:-2px;border-radius:13px}.hmc-account-tab{min-width:132px;padding:10px 12px}.hmc-account-tab small{display:none}}

/* Account Core 1.2.2 — stable account canvas and mobile identity header */
body.hmc-account-page .site-container,
body.hmc-account-page .content-container,
body.hmc-account-page .content-area,
body.hmc-account-page .site-main,
body.hmc-account-page .entry-content,
body.hmc-account-page .entry-content-wrap,
body.hmc-account-page .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
}
.hmc-account-head .hmc-account-identity,
.hmc-account-head .hmc-account-identity > div {
	max-width: 100%;
}
.hmc-account-head h1 {
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: none !important;
}
@media (max-width: 760px) {
	body .hmc-shell {
		width: min(100% - 24px, 1180px) !important;
	}
	body .hmc-shell .hmc-account-head {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		align-items: start !important;
		gap: 20px !important;
		padding: 24px !important;
	}
	.hmc-account-head .hmc-account-identity {
		align-items: flex-start !important;
		flex-direction: column !important;
		width: 100% !important;
	}
	.hmc-account-head .hmc-account-signout {
		align-self: flex-start !important;
	}
	.hmc-account-head .hmc-account-identity h1 {
		max-width: 100% !important;
		font-size: clamp(30px, 10vw, 42px) !important;
		line-height: 1.04 !important;
	}
}


/* =========================================================
   1.3.0 — Google-only Hormuz Account access
   ========================================================= */
.hmc-auth-grid--google-only {
	grid-template-columns: minmax(0, 560px) !important;
	justify-content: center;
}
.hmc-google-only-card {
	position: relative;
	isolation: isolate;
	padding: clamp(30px, 4vw, 46px) !important;
	background:
		radial-gradient(360px 170px at 50% -10%, rgba(0,143,140,.10), transparent 72%),
		linear-gradient(145deg,#fff 0%,#fbfdfd 72%,#f5faf9 100%) !important;
	overflow: hidden;
}
.hmc-google-only-card::before {
	content:"";
	position:absolute;
	z-index:-1;
	inset:0;
	background-image:linear-gradient(rgba(0,143,140,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,143,140,.025) 1px,transparent 1px);
	background-size:28px 28px;
	mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 78%);
}
.hmc-google-only-mark {
	display:flex;
	align-items:center;
	justify-content:center;
	width:64px;
	height:64px;
	margin:0 auto 18px;
	border:1px solid rgba(0,143,140,.10);
	border-radius:20px;
	background:rgba(255,255,255,.88);
	box-shadow:0 18px 42px rgba(0,143,140,.10),inset 0 1px 0 #fff;
}
.hmc-google-only-mark .hmc-brand-image { width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important; }
.hmc-form-intro--center { text-align:center; }
.hmc-form-intro--center p { max-width:440px;margin-right:auto!important;margin-left:auto!important; }
.hmc-google-only-card .hmc-google-signin { max-width:408px;margin:22px auto 16px; }
.hmc-google-signin {
	min-height:56px!important;
	padding:4px!important;
	border:1px solid rgba(15,23,42,.08);
	border-radius:16px;
	background:rgba(255,255,255,.96);
	box-shadow:0 12px 30px rgba(15,23,42,.07),inset 0 1px 0 #fff;
	transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.hmc-google-signin:hover {
	transform:translateY(-1px);
	border-color:rgba(0,143,140,.20);
	box-shadow:0 16px 38px rgba(15,23,42,.10),0 0 0 4px rgba(0,143,140,.045);
}
.hmc-google-signin .hmc-google-english-label {
	inset:4px!important;
	min-height:48px!important;
	border-color:#dadce0!important;
	border-radius:12px!important;
	font-size:15px!important;
	font-weight:600!important;
	box-shadow:none!important;
}
.hmc-google-signin iframe,
.hmc-google-signin > div,
.hmc-google-signin .g_id_signin { width:100%!important;max-width:100%!important; }
.hmc-google-trust {
	display:grid;
	grid-template-columns:1fr;
	gap:9px;
	max-width:420px;
	margin:18px auto 0;
	padding:16px 18px;
	border:1px solid rgba(0,143,140,.08);
	border-radius:14px;
	background:rgba(244,250,249,.82);
}
.hmc-google-trust span { display:flex;align-items:center;gap:9px;color:#506663;font-size:11.5px;font-weight:650; }
.hmc-google-trust svg { flex:0 0 16px;width:16px!important;height:16px!important;color:var(--hmc-teal); }
.hmc-google-legal { max-width:450px;margin:18px auto 0!important;color:#7a8887!important;font-size:10.5px!important;line-height:1.65!important;text-align:center; }
.hmc-google-legal a { color:var(--hmc-teal-dark)!important;font-weight:700;text-decoration:none!important; }
.hmc-google-unavailable { padding:14px 16px;border:1px solid rgba(166,71,61,.14);border-radius:12px;background:#fff6f4;color:#8a3b33;font-size:12px;line-height:1.55;text-align:center; }
.hmc-header-menu .hmc-google-signin { margin:12px 0 10px!important;min-height:52px!important; }
.hmc-header-menu .hmc-google-signin .hmc-google-english-label { min-height:44px!important;font-size:13px!important; }
.hmc-header-menu-actions { display:grid!important;grid-template-columns:1fr!important; }
@media(max-width:760px){
	.hmc-auth-grid--google-only{grid-template-columns:minmax(0,1fr)!important}
	.hmc-google-only-card{padding:28px 20px!important}
	.hmc-google-signin .hmc-google-english-label{font-size:14px!important}
}

/* ---------------------------------------------------------
   Unified overview refresh 1.3.1
   --------------------------------------------------------- */

.hmc-account-head {
	align-items: flex-end;
}

.hmc-account-head-side {
	display: grid;
	justify-items: end;
	gap: 14px;
	flex: 0 0 auto;
}

.hmc-summary-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.hmc-summary-pills span {
	display: inline-grid;
	gap: 3px;
	min-width: 88px;
	padding: 10px 12px;
	border: 1px solid rgba(0,143,140,.10);
	border-radius: 14px;
	background: rgba(255,255,255,.72);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
	text-align: left;
}

.hmc-summary-pills strong {
	color: var(--hmc-navy);
	font-size: 15px;
	font-weight: 760;
	line-height: 1;
}

.hmc-summary-pills small {
	color: var(--hmc-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .02em;
}

.hmc-overview-hero {
	margin-bottom: 18px;
	background:
		radial-gradient(300px 150px at 100% 0, rgba(0,143,140,.07), transparent 70%),
		linear-gradient(145deg, #fff 0%, #f8fbfb 100%);
}

.hmc-overview-hero .hmc-panel-heading,
.hmc-overview-hero-copy {
	margin-bottom: 0;
}

.hmc-overview-hero-copy h3 {
	margin-bottom: 6px;
}

.hmc-overview-stat-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.hmc-overview-stat {
	display: grid;
	gap: 4px;
	padding: 16px;
	border: 1px solid var(--hmc-line);
	border-radius: 15px;
	background: rgba(255,255,255,.82);
}

.hmc-overview-stat strong {
	color: var(--hmc-navy);
	font-size: 22px;
	font-weight: 760;
	letter-spacing: -.035em;
}

.hmc-overview-stat span {
	color: var(--hmc-muted);
	font-size: 11px;
	font-weight: 680;
}

.hmc-overview-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	gap: 18px;
}

.hmc-overview-card--case {
	grid-row: span 2;
}

.hmc-case-spotlight {
	display: grid;
	gap: 12px;
}

.hmc-case-spotlight-head,
.hmc-case-spotlight-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.hmc-case-spotlight-head small,
.hmc-case-spotlight-meta span,
.hmc-case-spotlight-meta strong {
	color: var(--hmc-muted);
	font-size: 11px;
	font-weight: 700;
}

.hmc-case-spotlight h4 {
	margin: 0;
	color: var(--hmc-navy);
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.hmc-case-spotlight p {
	margin: 0;
	max-width: 48ch;
}

.hmc-mini-empty p {
	margin-top: 0;
	max-width: 46ch;
}

.hmc-overview-mini-list,
.hmc-action-list {
	display: grid;
	gap: 12px;
}

.hmc-mini-service {
	display: grid;
	grid-template-columns: 18px minmax(0,1fr);
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--hmc-line);
	border-radius: 14px;
	background: #fbfcfc;
}

.hmc-mini-service strong,
.hmc-action-item strong {
	display: block;
	margin-bottom: 3px;
	color: var(--hmc-navy);
	font-size: 13px;
}

.hmc-mini-service span,
.hmc-action-item span,
.hmc-identity-summary li {
	color: var(--hmc-muted);
	font-size: 12px;
	line-height: 1.6;
}

.hmc-action-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px;
	border: 1px solid var(--hmc-line);
	border-radius: 14px;
	background: #fff;
	text-decoration: none !important;
	transition: .16s ease;
}

.hmc-action-item b {
	color: var(--hmc-teal-dark);
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.hmc-action-item:hover {
	border-color: rgba(0,143,140,.18);
	background: #f7fbfa;
	transform: translateY(-1px);
}

.hmc-identity-summary {
	display: grid;
	gap: 14px;
}

.hmc-identity-summary ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hmc-identity-summary li strong {
	color: var(--hmc-navy);
}

@media (max-width: 960px) {
	.hmc-overview-grid {
		grid-template-columns: 1fr;
	}
	.hmc-overview-card--case {
		grid-row: auto;
	}
}

@media (max-width: 760px) {
	.hmc-account-head {
		align-items: flex-start;
	}
	.hmc-account-head-side {
		width: 100%;
		justify-items: stretch;
	}
	.hmc-summary-pills {
		justify-content: flex-start;
	}
	.hmc-overview-stat-row {
		grid-template-columns: 1fr;
	}
	.hmc-summary-pills span {
		min-width: 0;
		flex: 1 1 0;
	}
}

/* ---------------------------------------------------------
   Hormuz Account 1.3.1 — unified access and activity overview
   --------------------------------------------------------- */
.hmc-guest-access {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
	padding: clamp(30px, 5vw, 64px);
	border: 1px solid var(--hmc-line);
	border-radius: 25px;
	background:
		radial-gradient(520px 250px at 100% 0, rgba(0,143,140,.11), transparent 72%),
		linear-gradient(145deg,#fff 0%,#fbfdfd 65%,#f2f8f7 100%);
	box-shadow: var(--hmc-shadow);
	overflow: hidden;
}
.hmc-guest-access::after {
	content:"";
	position:absolute;
	z-index:-1;
	inset:1px;
	border-radius:24px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
	pointer-events:none;
}
.hmc-guest-access-copy { max-width: 650px; }
.hmc-guest-access-copy h1 {
	margin: 9px 0 16px;
	color: var(--hmc-navy);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 740;
	line-height: .99;
	letter-spacing: -.058em;
}
.hmc-guest-access-copy > p {
	max-width: 610px;
	margin: 0;
	color: var(--hmc-muted);
	font-size: clamp(14px, 1.45vw, 17px);
	line-height: 1.72;
}
.hmc-guest-access-card {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(15,23,42,.08);
	border-radius: 20px;
	background: rgba(255,255,255,.82);
	box-shadow: 0 18px 45px rgba(15,23,42,.065), inset 0 1px 0 #fff;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.hmc-google-access-copy {
	max-width: 390px;
	margin: 0 auto 18px !important;
	color: #60716f !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
	text-align: center;
}
.hmc-guest-access-card .hmc-google-signin { margin: 0 auto 16px !important; }
.hmc-guest-access-card .hmc-google-only-mark { margin-bottom: 14px; }

.hmc-account-head {
	padding: clamp(26px, 3.6vw, 42px) !important;
	align-items: center !important;
}
.hmc-account-head h1 { font-size: clamp(31px, 3.5vw, 48px) !important; }
.hmc-account-head-side { align-content: center; }
.hmc-summary-pills { gap: 8px; }
.hmc-summary-pills span {
	min-width: 96px;
	padding: 9px 11px;
	border-radius: 12px;
	background: rgba(255,255,255,.66);
}
.hmc-summary-pills strong { font-size: 14px; }
.hmc-summary-pills small { font-size: 9.5px; }

.hmc-account-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	padding: 13px 16px;
	border: 1px solid rgba(0,143,140,.10);
	border-radius: 14px;
	background: linear-gradient(90deg,rgba(239,249,247,.88),rgba(255,255,255,.78));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
.hmc-account-note > svg { flex:0 0 18px;color:var(--hmc-teal-dark); }
.hmc-account-note > div { display:flex;align-items:baseline;gap:8px;min-width:0; }
.hmc-account-note strong { color:var(--hmc-navy);font-size:12px;white-space:nowrap; }
.hmc-account-note span { color:var(--hmc-muted);font-size:11.5px;line-height:1.45; }

.hmc-overview-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
	gap: 16px;
	align-items: start;
}
.hmc-overview-card { min-width:0; }
.hmc-overview-card--case { grid-row: span 2; }
.hmc-overview-card--identity { grid-column: 1 / -1;padding:18px 22px !important; }
.hmc-overview-card .hmc-panel-heading { margin-bottom: 20px; }
.hmc-overview-card .hmc-panel-heading h3 { font-size: clamp(22px,2.2vw,30px); }

.hmc-activity-list { display:grid;gap:0; }
.hmc-activity-item {
	position:relative;
	display:grid;
	grid-template-columns: 16px minmax(0,1fr);
	gap:11px;
	padding:0 0 17px;
}
.hmc-activity-item:last-child { padding-bottom:0; }
.hmc-activity-item > span {
	position:relative;
	z-index:1;
	width:9px;
	height:9px;
	margin-top:5px;
	border:2px solid #fff;
	border-radius:50%;
	background:var(--hmc-teal);
	box-shadow:0 0 0 1px rgba(0,143,140,.20);
}
.hmc-activity-item:not(:last-child)::after {
	content:"";
	position:absolute;
	left:4px;
	top:16px;
	bottom:2px;
	width:1px;
	background:rgba(0,143,140,.14);
}
.hmc-activity-item strong { display:block;color:var(--hmc-navy);font-size:12.5px; }
.hmc-activity-item p { margin:3px 0 2px;color:var(--hmc-muted);font-size:11.5px;line-height:1.5; }
.hmc-activity-item small { color:#93a09f;font-size:9.5px; }

.hmc-action-list { gap:9px; }
.hmc-action-item { padding:12px 13px;border-radius:12px; }
.hmc-action-item strong { font-size:12.5px; }
.hmc-action-item span { font-size:11px;line-height:1.45; }
.hmc-action-item b { font-size:10px; }

.hmc-identity-compact {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
}
.hmc-identity-compact > div { display:grid;gap:4px;min-width:0; }
.hmc-identity-compact strong { color:var(--hmc-navy);font-size:13px;overflow:hidden;text-overflow:ellipsis; }
.hmc-identity-compact small { color:var(--hmc-muted);font-size:11px; }

.hmc-header-menu--guest { padding:18px !important; }
.hmc-header-guest-copy {
	margin:0 0 12px !important;
	color:#60716f !important;
	font-size:11.5px !important;
	line-height:1.55 !important;
	text-align:left;
}
.hmc-header-menu--guest .hmc-google-signin { margin:0 !important; }

@media (max-width: 960px) {
	.hmc-guest-access { grid-template-columns: 1fr; }
	.hmc-guest-access-copy { text-align:center;margin:0 auto; }
	.hmc-guest-access-copy .hmc-intro-points { justify-content:center; }
	.hmc-guest-access-card { width:min(100%,520px);margin:0 auto; }
	.hmc-overview-grid { grid-template-columns:1fr; }
	.hmc-overview-card--case { grid-row:auto; }
	.hmc-overview-card--identity { grid-column:auto; }
}
@media (max-width: 760px) {
	.hmc-guest-access { padding:28px 19px;border-radius:20px; }
	.hmc-guest-access-copy h1 { font-size:clamp(34px,11vw,48px); }
	.hmc-guest-access-card { padding:23px 16px; }
	.hmc-account-head-side { width:100%;justify-items:stretch; }
	.hmc-summary-pills { display:grid;grid-template-columns:repeat(3,minmax(0,1fr)); }
	.hmc-summary-pills span { min-width:0; }
	.hmc-account-note { align-items:flex-start; }
	.hmc-account-note > div { display:grid;gap:2px; }
	.hmc-identity-compact { align-items:flex-start;flex-direction:column; }
}

/* 1.3.2 — stable Google control and single-line legal note */
.hmc-google-signin:hover .hmc-google-english-label,
.hmc-google-signin:focus-within .hmc-google-english-label,
.hmc-google-signin .hmc-google-english-label:hover {
	background:#fff!important;
	color:#1f1f1f!important;
}
.hmc-google-signin .hmc-google-english-label,
.hmc-google-signin .hmc-google-english-label span {
	color:#1f1f1f!important;
	-webkit-text-fill-color:#1f1f1f!important;
}
.hmc-google-legal {
	max-width:none!important;
	white-space:nowrap!important;
	font-size:9.75px!important;
	letter-spacing:-.01em;
}
@media(max-width:560px){
	.hmc-google-legal{white-space:normal!important;font-size:10px!important}
}

/* ---------------------------------------------------------
   Hormuz Account 1.4.0 — decision workspace overview
   --------------------------------------------------------- */
.hmc-overview-command {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: end;
    gap: 34px;
    margin: 0 0 16px;
    padding: clamp(25px, 3.3vw, 38px);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 21px;
    background:
        radial-gradient(420px 190px at 100% 0, rgba(0, 143, 140, .09), transparent 72%),
        linear-gradient(145deg, #fff 0%, #f8fbfb 100%);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .055), inset 0 1px 0 rgba(255, 255, 255, .96);
    overflow: hidden;
}
.hmc-overview-command__copy { max-width: 660px; }
.hmc-overview-command__copy h2 {
    margin: 8px 0 10px;
    color: var(--hmc-navy);
    font-size: clamp(29px, 3.4vw, 46px);
    font-weight: 740;
    line-height: 1.02;
    letter-spacing: -.052em;
}
.hmc-overview-command__copy p { margin: 0; color: var(--hmc-muted); font-size: 13px; line-height: 1.72; }
.hmc-overview-command__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    gap: 9px;
}
.hmc-overview-command__stats > div {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 13px;
    background: rgba(255, 255, 255, .76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .98);
}
.hmc-overview-command__stats strong { color: var(--hmc-navy); font-size: 19px; line-height: 1; letter-spacing: -.035em; }
.hmc-overview-command__stats span { color: var(--hmc-muted); font-size: 9.5px; font-weight: 740; letter-spacing: .025em; }

.hmc-overview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
    gap: 16px;
    align-items: start;
}
.hmc-overview-focus { min-height: 330px; }
.hmc-focus-card {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 220px;
    padding: clamp(20px, 2.7vw, 30px);
    border: 1px solid rgba(0, 143, 140, .11);
    border-radius: 17px;
    background:
        radial-gradient(280px 140px at 100% 0, rgba(0, 143, 140, .08), transparent 72%),
        linear-gradient(145deg, #fbfdfd, #f4f9f8);
}
.hmc-focus-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hmc-focus-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(0, 143, 140, .09);
    color: var(--hmc-teal-dark);
    font-size: 9px;
    font-weight: 820;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.hmc-focus-card__meta small { color: #859391; font-size: 10px; }
.hmc-focus-card h4 { max-width: 24ch; margin: 4px 0 0; color: var(--hmc-navy); font-size: clamp(26px, 3vw, 39px); line-height: 1.06; letter-spacing: -.045em; }
.hmc-focus-card p { max-width: 58ch; margin: 0 0 4px; color: var(--hmc-muted); font-size: 12.5px; line-height: 1.65; }
.hmc-focus-card .hmc-button { justify-self: start; margin-top: auto; }
.hmc-focus-empty { display: grid; gap: 8px; padding: 24px; border: 1px dashed rgba(15, 23, 42, .12); border-radius: 16px; background: #fbfcfc; }
.hmc-focus-empty strong { color: var(--hmc-navy); font-size: 17px; }
.hmc-focus-empty p { margin: 0; }

.hmc-overview-activity { min-height: 330px; }
.hmc-overview-workspaces { grid-column: 1 / -1; }
.hmc-workspace-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hmc-workspace-card {
    display: grid;
    gap: 9px;
    min-width: 0;
    padding: 19px;
    border: 1px solid rgba(15, 23, 42, .075);
    border-radius: 15px;
    background: #fff;
    color: inherit !important;
    text-decoration: none !important;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.hmc-workspace-card:hover { transform: translateY(-2px); border-color: rgba(0, 143, 140, .17); box-shadow: 0 13px 30px rgba(15, 23, 42, .055); }
.hmc-workspace-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.hmc-workspace-card__top > span { color: var(--hmc-teal-dark); font-size: 9px; font-weight: 820; letter-spacing: .065em; text-transform: uppercase; }
.hmc-workspace-card__top b { display: inline-flex; align-items: baseline; gap: 4px; color: var(--hmc-navy); font-size: 17px; }
.hmc-workspace-card__top b small { color: var(--hmc-muted); font-size: 8.5px; font-weight: 700; text-transform: uppercase; }
.hmc-workspace-card > strong { color: var(--hmc-navy); font-size: 20px; letter-spacing: -.025em; }
.hmc-workspace-card > p { margin: 0; color: var(--hmc-muted); font-size: 11.5px; line-height: 1.58; }
.hmc-workspace-card > em { margin-top: 4px; color: var(--hmc-teal-dark); font-size: 10.5px; font-style: normal; font-weight: 780; }

.hmc-overview-actions { min-width: 0; }
.hmc-overview-identity { min-width: 0; padding: 18px 21px !important; }
.hmc-account-head-side { align-self: flex-start; }

@media (max-width: 960px) {
    .hmc-overview-command { grid-template-columns: 1fr; align-items: start; }
    .hmc-overview-layout { grid-template-columns: 1fr; }
    .hmc-overview-workspaces { grid-column: auto; }
}
@media (max-width: 680px) {
    .hmc-overview-command { padding: 23px 18px; border-radius: 17px; }
    .hmc-overview-command__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hmc-workspace-grid { grid-template-columns: 1fr; }
    .hmc-focus-card__meta { align-items: flex-start; flex-direction: column; }
}
