.hh-model-access-map {
	--hh-mam-ink: #f2f7ff;
	--hh-mam-muted: #aab9ce;
	--hh-mam-panel: #0b1728;
	--hh-mam-panel-2: #12243b;
	--hh-mam-line: rgba(153, 181, 219, .2);
	--hh-mam-accent: #70e5c5;
	--hh-mam-blue: #94c1ff;
	color: var(--hh-mam-ink);
	margin: 1.5rem 0 4rem;
}

.hh-mam-hero {
	background: radial-gradient(circle at 88% 12%, rgba(112, 229, 197, .23), transparent 33%), radial-gradient(circle at 4% 94%, rgba(120, 157, 255, .2), transparent 36%), linear-gradient(135deg, #0b1423, #132b46);
	border: 1px solid var(--hh-mam-line);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(3, 9, 18, .28);
	padding: clamp(1.5rem, 4vw, 3.2rem);
}

.hh-mam-hero-copy { max-width: 820px; }
.hh-mam-eyebrow, .hh-mam-kicker { color: var(--hh-mam-accent); font-size: .74rem; font-weight: 850; letter-spacing: .13em; margin: 0 0 .7rem; text-transform: uppercase; }
.hh-mam-hero h2 { color: #fff; font-size: clamp(2rem, 5.2vw, 4rem); letter-spacing: -.045em; line-height: 1.03; margin: 0; max-width: 820px; }
.hh-mam-hero-copy > p:last-child { color: #c4d2e5; font-size: 1.04rem; line-height: 1.75; margin: 1rem 0 0; max-width: 790px; }
.hh-mam-trust { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.hh-mam-trust span { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; color: #d9e5f5; font-size: .75rem; font-weight: 750; padding: .42rem .7rem; }

.hh-mam-controls-wrap { background: linear-gradient(145deg, var(--hh-mam-panel-2), var(--hh-mam-panel)); border: 1px solid var(--hh-mam-line); border-radius: 18px; margin-top: 1rem; padding: 1rem; }
.hh-mam-controls { align-items: end; display: grid; gap: .8rem; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; }
.hh-mam-field { display: grid; gap: .4rem; }
.hh-mam-field label { color: var(--hh-mam-muted); font-size: .74rem; font-weight: 800; }
.hh-mam-field select { background: #0c1b2e; border: 1px solid var(--hh-mam-line); border-radius: 10px; box-sizing: border-box; color: #fff; font: inherit; height: 45px; min-width: 0; padding: 0 .7rem; width: 100%; }
.hh-mam-field select:focus { border-color: var(--hh-mam-accent); outline: 2px solid rgba(112, 229, 197, .2); }
.hh-mam-reset { background: transparent; border: 1px solid rgba(148, 193, 255, .46); border-radius: 10px; color: var(--hh-mam-blue); cursor: pointer; font: inherit; font-size: .8rem; font-weight: 800; height: 45px; padding: 0 .85rem; white-space: nowrap; }
.hh-mam-reset:hover, .hh-mam-reset:focus-visible { background: rgba(148, 193, 255, .1); outline: 2px solid rgba(148, 193, 255, .2); outline-offset: 2px; }
.hh-mam-status { color: var(--hh-mam-muted); font-size: .76rem; margin: .75rem 0 .1rem; min-height: 1.1rem; }

.hh-mam-results { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; }
.hh-mam-card { background: linear-gradient(145deg, var(--hh-mam-panel-2), var(--hh-mam-panel)); border: 1px solid var(--hh-mam-line); border-radius: 18px; display: flex; flex-direction: column; min-width: 0; padding: 1.25rem; }
.hh-mam-card:hover { border-color: rgba(112, 229, 197, .45); }
.hh-mam-card-top { align-items: start; display: flex; gap: .65rem; justify-content: space-between; }
.hh-mam-provider { color: var(--hh-mam-blue); font-size: .76rem; font-weight: 800; }
.hh-mam-badge { border-radius: 999px; font-size: .68rem; font-weight: 850; line-height: 1.25; padding: .3rem .48rem; text-align: right; }
.hh-mam-badge.is-included { background: rgba(112, 229, 197, .14); color: #75edd0; }
.hh-mam-badge.is-expanded { background: rgba(148, 193, 255, .14); color: #afd0ff; }
.hh-mam-badge.is-separate { background: rgba(255, 194, 118, .14); color: #ffd18d; }
.hh-mam-badge.is-verify, .hh-mam-badge.is-limited { background: rgba(219, 164, 255, .14); color: #e4baff; }
.hh-mam-card h3 { color: #fff; font-size: 1.45rem; letter-spacing: -.02em; line-height: 1.15; margin: 1rem 0 .25rem; }
.hh-mam-surface { color: var(--hh-mam-muted); font-size: .78rem; margin: 0; }
.hh-mam-plans { border-left: 2px solid rgba(112, 229, 197, .42); color: #d1ddec; line-height: 1.55; margin: 1rem 0 0; padding-left: .75rem; }
.hh-mam-plans strong { color: var(--hh-mam-accent); display: block; font-size: .68rem; letter-spacing: .08em; margin-bottom: .2rem; text-transform: uppercase; }
.hh-mam-change { color: var(--hh-mam-muted); font-size: .86rem; line-height: 1.65; margin: 1rem 0; }
.hh-mam-card-bottom { align-items: end; border-top: 1px solid var(--hh-mam-line); display: flex; font-size: .72rem; gap: .6rem; justify-content: space-between; margin-top: auto; padding-top: 1rem; }
.hh-mam-card-bottom span { color: #8194ad; }
.hh-mam-card-bottom a { color: var(--hh-mam-blue); font-weight: 760; text-align: right; text-decoration: none; }
.hh-mam-card-bottom a:hover { color: #fff; text-decoration: underline; }
.hh-mam-empty { background: var(--hh-mam-panel); border: 1px solid var(--hh-mam-line); border-radius: 16px; color: var(--hh-mam-muted); grid-column: 1 / -1; margin: 0; padding: 1.35rem; }

.hh-mam-legend { display: grid; gap: .8rem; grid-template-columns: repeat(4, 1fr); margin-top: 1rem; }
.hh-mam-legend > div { background: rgba(11, 23, 40, .78); border: 1px solid var(--hh-mam-line); border-radius: 14px; padding: .95rem; }
.hh-mam-legend-dot { border-radius: 50%; display: inline-block; height: 9px; margin-right: .35rem; width: 9px; }
.hh-mam-legend-dot.is-included { background: var(--hh-mam-accent); }.hh-mam-legend-dot.is-expanded { background: var(--hh-mam-blue); }.hh-mam-legend-dot.is-separate { background: #ffc276; }.hh-mam-legend-dot.is-verify { background: #dba4ff; }
.hh-mam-legend strong { color: #fff; font-size: .8rem; }
.hh-mam-legend p { color: var(--hh-mam-muted); font-size: .76rem; line-height: 1.55; margin: .5rem 0 0; }
.hh-mam-method { background: linear-gradient(145deg, var(--hh-mam-panel-2), var(--hh-mam-panel)); border: 1px solid var(--hh-mam-line); border-radius: 18px; margin-top: 1rem; padding: clamp(1.25rem, 3vw, 2rem); }
.hh-mam-method h2 { color: #fff; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.02em; line-height: 1.15; margin: 0; }
.hh-mam-method p:not(.hh-mam-kicker) { color: #b7c5d8; line-height: 1.75; margin: .8rem 0 0; }
.hh-mam-method a { color: var(--hh-mam-blue); font-weight: 760; }
.hh-mam-source { color: #8192aa; font-size: .74rem; line-height: 1.6; margin: .85rem 0 0; }

@media (max-width: 900px) {
	.hh-mam-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hh-mam-reset { grid-column: 1 / -1; justify-self: start; }
	.hh-mam-results { grid-template-columns: 1fr; }
	.hh-mam-legend { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.hh-model-access-map { margin-top: .75rem; }
	.hh-mam-hero { border-radius: 18px; padding: 1.3rem; }
	.hh-mam-hero h2 { font-size: clamp(1.9rem, 10vw, 2.8rem); }
	.hh-mam-trust { gap: .4rem; }
	.hh-mam-trust span { font-size: .67rem; }
	.hh-mam-controls-wrap, .hh-mam-card, .hh-mam-method { border-radius: 16px; }
	.hh-mam-controls { grid-template-columns: 1fr; }
	.hh-mam-reset { grid-column: auto; justify-self: stretch; }
	.hh-mam-card-top { align-items: start; flex-direction: column; }
	.hh-mam-badge { text-align: left; }
	.hh-mam-card-bottom { align-items: start; flex-direction: column; }
	.hh-mam-card-bottom a { text-align: left; }
	.hh-mam-legend { grid-template-columns: 1fr; }
}
