/* HS Group premium administration and interactive partner atlas, August 2026.
   Light-only executive design. */

:root {
    --hsx-ink: #0a3026;
    --hsx-ink-2: #31574d;
    --hsx-ink-3: #72867f;
    --hsx-gold: #c99522;
    --hsx-gold-2: #f4d36c;
    --hsx-gold-3: #fff2bd;
    --hsx-ivory: #fbf8ef;
    --hsx-ivory-2: #f6f0e4;
    --hsx-white: #fffefa;
    --hsx-line: rgba(154, 108, 23, .18);
    --hsx-line-strong: rgba(154, 108, 23, .32);
    --hsx-green-soft: #e9f5e9;
    --hsx-success: #48a961;
    --hsx-danger: #c15345;
    --hsx-shadow: 0 24px 70px rgba(73, 48, 7, .10);
    --hsx-shadow-soft: 0 12px 36px rgba(73, 48, 7, .07);
    --hsx-radius-xl: 30px;
    --hsx-radius-lg: 22px;
    --hsx-radius-md: 16px;
    --hsx-sidebar: 258px;
}

html {
    color-scheme: light !important;
    scroll-behavior: smooth;
}

html[data-theme="dark"],
html.dark,
body.dark {
    color-scheme: light !important;
}

.hsx-auth-body,
.hsx-admin-body {
    margin: 0;
    min-height: 100vh;
    color: var(--hsx-ink) !important;
    background:
        radial-gradient(circle at 88% 5%, rgba(243, 208, 100, .19), transparent 24%),
        radial-gradient(circle at 8% 88%, rgba(44, 124, 94, .08), transparent 29%),
        linear-gradient(180deg, #fffdf8 0%, #f8f2e7 100%) !important;
    font-family: "Manrope", "Cairo", system-ui, sans-serif !important;
}

.hsx-auth-body *,
.hsx-admin-body * {
    box-sizing: border-box;
}

.hsx-auth-body h1,
.hsx-auth-body h2,
.hsx-auth-body h3,
.hsx-admin-body h1,
.hsx-admin-body h2,
.hsx-admin-body h3,
.hsx-atlas h2,
.hsx-atlas h3 {
    font-family: "Cormorant Garamond", "Cairo", Georgia, serif !important;
    color: var(--hsx-ink) !important;
    letter-spacing: -.025em;
}

.hsx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a66d0b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.hsx-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hsx-gold));
}

/* --------------------------------------------------------------------------
   Authentication
   -------------------------------------------------------------------------- */

.hsx-auth-main {
    min-height: 100vh;
}

.hsx-auth-language {
    position: fixed;
    z-index: 50;
    top: 24px;
    inset-inline-end: 26px;
}

.hsx-auth-language > button {
    min-width: 82px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid var(--hsx-line);
    border-radius: 999px;
    color: var(--hsx-ink);
    background: rgba(255, 254, 250, .86);
    box-shadow: var(--hsx-shadow-soft);
    backdrop-filter: blur(16px);
    cursor: pointer;
    font-weight: 800;
}

.hsx-auth-language__menu {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline-end: 0;
    min-width: 190px;
    padding: 8px;
    display: none;
    border: 1px solid var(--hsx-line);
    border-radius: 16px;
    background: #fffefa;
    box-shadow: var(--hsx-shadow);
}

.hsx-auth-language.is-open .hsx-auth-language__menu,
.hsx-auth-language [data-dropdown-panel]:not([hidden]).hsx-auth-language__menu {
    display: grid;
}

.hsx-auth-language__menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--hsx-ink);
    text-decoration: none;
    font-size: .82rem;
}

.hsx-auth-language__menu a:hover {
    background: var(--hsx-ivory-2);
}

.hsx-login {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(500px, .9fr);
    overflow: hidden;
}

.hsx-login__visual {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #092b22;
}

.hsx-login__visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.93) contrast(1.04);
    transform: scale(1.015);
}

.hsx-login__visual-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 35, 28, .28), transparent 48%),
        linear-gradient(180deg, rgba(4, 28, 23, .04) 20%, rgba(4, 30, 24, .92) 94%);
}

.hsx-login__visual::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border: 1px solid rgba(240, 200, 82, .35);
    border-radius: 0 34px 34px 0;
    pointer-events: none;
}

[dir="rtl"] .hsx-login__visual::before {
    border-radius: 34px 0 0 34px;
}

.hsx-login__rail {
    position: absolute;
    z-index: 3;
    inset-block: 0;
    inset-inline-start: 0;
    width: 82px;
    padding: 26px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    color: var(--hsx-gold-2);
    background: linear-gradient(180deg, rgba(4, 44, 34, .96), rgba(3, 29, 24, .96));
    border-inline-end: 1px solid rgba(244, 211, 108, .26);
}

.hsx-login__rail img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 5px 14px rgba(0, 0, 0, .26));
}

.hsx-login__rail span {
    margin-block: auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

[dir="rtl"] .hsx-login__rail span {
    writing-mode: vertical-lr;
}

.hsx-login__story {
    position: absolute;
    z-index: 3;
    inset-inline: 130px 64px;
    bottom: 168px;
    max-width: 720px;
    color: white;
    text-align: center;
}

.hsx-login__story .hsx-eyebrow {
    color: var(--hsx-gold-2);
}

.hsx-login__story .hsx-eyebrow::before {
    background: var(--hsx-gold-2);
}

.hsx-login__story h1 {
    margin: 14px 0 16px;
    color: #fff8dc !important;
    font-size: clamp(2.1rem, 3.4vw, 4rem);
    line-height: .98;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .42);
}

.hsx-login__story p {
    margin: 0;
    color: rgba(255, 244, 199, .86);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hsx-login__story-line {
    margin: 18px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.hsx-login__story-line span {
    width: 74px;
    height: 1px;
    background: rgba(244, 211, 108, .76);
}

.hsx-login__story-line i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hsx-gold-2);
    box-shadow: 0 0 16px var(--hsx-gold-2);
}

.hsx-login__pillars {
    position: absolute;
    z-index: 3;
    inset-inline: 112px 34px;
    bottom: 46px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(241, 201, 84, .32);
    border-radius: 18px;
    background: rgba(4, 31, 25, .66);
    backdrop-filter: blur(14px);
}

.hsx-login__pillars span {
    min-height: 76px;
    padding: 14px 8px;
    display: grid;
    place-items: center;
    gap: 7px;
    color: rgba(255, 242, 195, .88);
    border-inline-end: 1px solid rgba(241, 201, 84, .18);
    font-size: .58rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.hsx-login__pillars span:last-child {
    border-inline-end: 0;
}

.hsx-login__pillars i {
    color: var(--hsx-gold-2);
    font-size: 1rem;
}

.hsx-login__network span {
    position: absolute;
    z-index: 3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff1ae;
    box-shadow: 0 0 0 5px rgba(242, 202, 78, .12), 0 0 24px #f2ca4e;
    animation: hsxPulse 2.8s ease-in-out infinite;
}

.hsx-login__network-dot--1 { left: 22%; top: 17%; }
.hsx-login__network-dot--2 { left: 58%; top: 11%; animation-delay: .9s !important; }
.hsx-login__network-dot--3 { right: 11%; top: 25%; animation-delay: 1.6s !important; }

@keyframes hsxPulse {
    0%, 100% { transform: scale(.8); opacity: .55; }
    50% { transform: scale(1.35); opacity: 1; }
}

.hsx-login__content {
    position: relative;
    min-height: 100vh;
    padding: 88px clamp(32px, 5vw, 90px) 42px;
    display: grid;
    place-items: center;
    background:
        repeating-radial-gradient(circle at 103% -4%, transparent 0 25px, rgba(190, 137, 29, .10) 26px 27px),
        radial-gradient(circle at 18% 72%, rgba(45, 115, 89, .05), transparent 26%),
        var(--hsx-ivory);
}

.hsx-login-card {
    width: min(620px, 100%);
    padding: clamp(30px, 4.5vw, 58px);
    border: 1px solid var(--hsx-line-strong);
    border-radius: var(--hsx-radius-xl);
    background: rgba(255, 254, 250, .91);
    box-shadow: 0 32px 90px rgba(80, 51, 4, .12);
    backdrop-filter: blur(20px);
}

.hsx-login-card__brand {
    width: 220px;
    height: 132px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
}

.hsx-login-card__brand img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hsx-login-card__heading {
    margin-bottom: 28px;
    text-align: center;
}

.hsx-login-card__heading .hsx-eyebrow {
    justify-content: center;
}

.hsx-login-card__heading .hsx-eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, var(--hsx-gold), transparent);
}

.hsx-login-card__heading h2 {
    margin: 11px 0 7px;
    font-size: clamp(2.1rem, 3.5vw, 3.25rem);
    line-height: 1;
}

.hsx-login-card__heading p {
    max-width: 480px;
    margin: 0 auto;
    color: var(--hsx-ink-2);
    font-size: .9rem;
    line-height: 1.65;
}

.hsx-field {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.hsx-field > span:first-child {
    color: var(--hsx-ink-2);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsx-field__control {
    min-height: 58px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    border: 1px solid var(--hsx-line);
    border-radius: 15px;
    background: #fffefa;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.hsx-field__control:focus-within {
    border-color: var(--hsx-gold);
    box-shadow: 0 0 0 4px rgba(201, 149, 34, .12), 0 12px 30px rgba(75, 45, 4, .06);
    transform: translateY(-1px);
}

.hsx-field__control > i {
    color: var(--hsx-gold);
    text-align: center;
}

.hsx-field__control input {
    min-width: 0;
    width: 100%;
    height: 56px;
    padding: 0 8px;
    border: 0 !important;
    outline: 0 !important;
    color: var(--hsx-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    font: inherit;
}

.hsx-field__control button {
    width: 46px;
    height: 46px;
    margin-inline-end: 5px;
    border: 0;
    border-radius: 11px;
    color: var(--hsx-ink-3);
    background: transparent;
    cursor: pointer;
}

.hsx-field__control button:hover {
    color: var(--hsx-gold);
    background: var(--hsx-ivory-2);
}

.hsx-login-card__options {
    margin: 16px 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: .76rem;
}

.hsx-login-card__options a {
    color: #a56e10;
    text-decoration: none;
    font-weight: 700;
}

.hsx-check {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--hsx-ink-2);
    cursor: pointer;
}

.hsx-check input {
    position: absolute;
    opacity: 0;
}

.hsx-check span {
    width: 18px;
    height: 18px;
    border: 1px solid var(--hsx-line-strong);
    border-radius: 5px;
    background: white;
    transition: .2s ease;
}

.hsx-check input:checked + span {
    border-color: var(--hsx-gold);
    background:
        radial-gradient(circle at center, #fff 0 22%, transparent 24%),
        linear-gradient(135deg, var(--hsx-gold-2), var(--hsx-gold));
}

.hsx-login-submit {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #d4a632;
    border-radius: 15px;
    color: white;
    background:
        linear-gradient(100deg, #073c2f 0%, #0b5b45 55%, #073c2f 100%);
    background-size: 180% 100%;
    box-shadow: 0 16px 36px rgba(6, 68, 52, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
    cursor: pointer;
    font: 800 .92rem/1 "Manrope", sans-serif;
    transition: transform .22s ease, box-shadow .22s ease, background-position .4s ease;
}

.hsx-login-submit:hover {
    transform: translateY(-2px);
    background-position: 100% 0;
    box-shadow: 0 22px 48px rgba(6, 68, 52, .28), 0 0 0 5px rgba(201, 149, 34, .10);
}

.hsx-login-submit i {
    transition: transform .2s ease;
}

.hsx-login-submit:hover i {
    transform: translateX(4px);
}

[dir="rtl"] .hsx-login-submit:hover i {
    transform: translateX(-4px);
}

.hsx-login-card__secure {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    align-items: center;
    gap: 10px;
    color: #89785e;
}

.hsx-login-card__secure > span {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hsx-line-strong));
}

.hsx-login-card__secure > span:last-child {
    background: linear-gradient(90deg, var(--hsx-line-strong), transparent);
}

.hsx-login-card__secure i {
    color: var(--hsx-gold);
}

.hsx-login-card__secure small {
    font-size: .67rem;
}

.hsx-demo-note {
    min-height: 72px;
    padding: 12px 15px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--hsx-line);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 252, 242, .95), rgba(249, 241, 222, .76));
}

.hsx-demo-note__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #a76e0c;
    background: linear-gradient(135deg, #fff3c9, #edd496);
}

.hsx-demo-note small,
.hsx-demo-note strong {
    display: block;
}

.hsx-demo-note small {
    color: var(--hsx-ink-3);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hsx-demo-note strong {
    margin-top: 3px;
    color: var(--hsx-ink);
    font-size: .72rem;
}

.hsx-demo-note > i {
    color: var(--hsx-gold);
}

.hsx-login-card__footer {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: var(--hsx-ink-3);
    font-size: .65rem;
}

.hsx-login-card__footer a {
    color: #9b6810;
    text-decoration: none;
}

.hsx-form-alert {
    margin: 0 0 18px;
    padding: 12px 14px;
    display: flex;
    gap: 11px;
    border: 1px solid rgba(193, 83, 69, .24);
    border-radius: 13px;
    color: #8f3126;
    background: rgba(193, 83, 69, .07);
}

.hsx-form-alert p {
    margin: 0;
    font-size: .74rem;
}

/* --------------------------------------------------------------------------
   Administration shell
   -------------------------------------------------------------------------- */

.hsx-admin-shell {
    min-height: 100vh;
}

.hsx-sidebar {
    position: fixed;
    z-index: 1000;
    inset-block: 0;
    inset-inline-start: 0;
    width: var(--hsx-sidebar);
    padding: 22px 16px 18px;
    display: flex;
    flex-direction: column;
    border-inline-end: 1px solid var(--hsx-line);
    background:
        radial-gradient(circle at 20% 4%, rgba(244, 211, 108, .12), transparent 25%),
        rgba(255, 254, 250, .96);
    box-shadow: 18px 0 56px rgba(70, 45, 6, .05);
    backdrop-filter: blur(18px);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.hsx-sidebar__top {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hsx-sidebar__brand {
    width: 174px;
    height: 86px;
    display: grid;
    place-items: center;
}

.hsx-sidebar__brand img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hsx-sidebar__close {
    display: none;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 11px;
    color: var(--hsx-ink);
    background: var(--hsx-ivory-2);
}

.hsx-sidebar__nav {
    display: grid;
    gap: 7px;
    margin-top: 10px;
}

.hsx-sidebar__nav a,
.hsx-sidebar__logout button {
    min-height: 46px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 0;
    border-radius: 13px;
    color: var(--hsx-ink-2) !important;
    background: transparent;
    text-decoration: none;
    font: 700 .79rem/1 "Manrope", "Cairo", sans-serif;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.hsx-sidebar__nav a i,
.hsx-sidebar__logout button i {
    width: 22px;
    color: #b58015;
    text-align: center;
    font-size: .95rem;
}

.hsx-sidebar__nav a:hover,
.hsx-sidebar__nav a.is-active,
.hsx-sidebar__logout button:hover {
    color: var(--hsx-ink) !important;
    background: linear-gradient(90deg, rgba(245, 221, 153, .58), rgba(249, 241, 220, .68));
    transform: translateX(2px);
}

[dir="rtl"] .hsx-sidebar__nav a:hover,
[dir="rtl"] .hsx-sidebar__nav a.is-active,
[dir="rtl"] .hsx-sidebar__logout button:hover {
    transform: translateX(-2px);
}

.hsx-sidebar__impact {
    position: relative;
    margin-top: auto;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--hsx-line);
    border-radius: 17px;
    background: linear-gradient(145deg, #fffdf7, #f7efdf);
}

.hsx-sidebar__impact span {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--hsx-ink);
    font: 700 1rem/1.1 "Cormorant Garamond", Georgia, serif;
}

.hsx-sidebar__impact p {
    position: relative;
    z-index: 1;
    margin: 8px 0 0;
    color: var(--hsx-ink-2);
    font-size: .67rem;
    line-height: 1.55;
}

.hsx-sidebar__impact i {
    position: absolute;
    right: -16px;
    bottom: -20px;
    color: rgba(195, 146, 31, .10);
    font-size: 6rem;
}

.hsx-sidebar__logout {
    margin-top: 12px;
}

.hsx-sidebar__logout button {
    width: 100%;
}

.hsx-sidebar-backdrop {
    position: fixed;
    z-index: 990;
    inset: 0;
    display: none;
    border: 0;
    background: rgba(5, 38, 30, .32);
    backdrop-filter: blur(4px);
}

.hsx-admin-main {
    min-height: 100vh;
    margin-inline-start: var(--hsx-sidebar);
}

.hsx-topbar {
    position: sticky;
    z-index: 900;
    top: 0;
    min-height: 82px;
    padding: 0 clamp(20px, 3vw, 42px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--hsx-line);
    background: rgba(255, 254, 250, .88);
    backdrop-filter: blur(20px);
}

.hsx-topbar__heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hsx-topbar__heading strong,
.hsx-topbar__heading span {
    display: block;
}

.hsx-topbar__heading strong {
    color: var(--hsx-ink);
    font: 700 1.15rem/1 "Cormorant Garamond", Georgia, serif;
}

.hsx-topbar__heading span {
    margin-top: 4px;
    color: var(--hsx-ink-3);
    font-size: .68rem;
}

.hsx-topbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hsx-icon-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--hsx-line);
    border-radius: 13px;
    color: var(--hsx-ink);
    background: #fffefa;
    cursor: pointer;
}

.hsx-topbar__heading > .hsx-icon-button {
    display: none;
}

.hsx-admin-search {
    min-width: min(330px, 28vw);
    height: 44px;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    border: 1px solid var(--hsx-line);
    border-radius: 14px;
    background: rgba(255, 254, 250, .86);
}

.hsx-admin-search i {
    color: #ad7b18;
    text-align: center;
}

.hsx-admin-search input {
    min-width: 0;
    width: 100%;
    height: 42px;
    border: 0 !important;
    outline: 0 !important;
    color: var(--hsx-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    font: 500 .72rem/1 "Manrope", sans-serif;
}

.hsx-admin-search kbd {
    margin-inline-end: 8px;
    padding: 4px 7px;
    border: 0;
    border-radius: 7px;
    color: #98721f;
    background: var(--hsx-ivory-2);
    font-size: .58rem;
}

.hsx-notification {
    position: relative;
}

.hsx-notification span {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--hsx-gold-2), #b4740d);
    font-size: .54rem;
    font-weight: 800;
}

.hsx-admin-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hsx-admin-user__avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(239, 202, 91, .45);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #0a4c3a, #052d24);
    box-shadow: 0 8px 22px rgba(5, 62, 48, .18);
    font-weight: 800;
}

.hsx-admin-user__copy strong,
.hsx-admin-user__copy small {
    display: block;
}

.hsx-admin-user__copy strong {
    color: var(--hsx-ink);
    font-size: .71rem;
}

.hsx-admin-user__copy small {
    margin-top: 2px;
    color: var(--hsx-ink-3);
    font-size: .59rem;
}

.hsx-admin-user > i {
    color: var(--hsx-ink-3);
    font-size: .65rem;
}

.hsx-admin-content {
    padding: clamp(24px, 3vw, 42px);
}

.hsx-alert {
    margin-bottom: 18px;
    padding: 13px 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 13px;
    font-size: .75rem;
}

.hsx-alert p {
    margin: 0;
}

.hsx-alert--success {
    color: #206f3c;
    border: 1px solid rgba(72, 169, 97, .24);
    background: rgba(72, 169, 97, .08);
}

.hsx-alert--error {
    color: #92382d;
    border: 1px solid rgba(193, 83, 69, .24);
    background: rgba(193, 83, 69, .08);
}

/* --------------------------------------------------------------------------
   Dashboard
   -------------------------------------------------------------------------- */

.hsx-dashboard-intro {
    margin-bottom: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.hsx-dashboard-intro h1 {
    margin: 7px 0 3px;
    font-size: clamp(2.1rem, 3.2vw, 3.8rem);
    line-height: .95;
}

.hsx-dashboard-intro p {
    margin: 0;
    color: var(--hsx-ink-2);
    font-size: .78rem;
}

.hsx-dashboard-intro__actions {
    display: flex;
    gap: 9px;
}

.hsx-button {
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--hsx-line-strong);
    border-radius: 13px;
    text-decoration: none;
    font-size: .7rem;
    font-weight: 800;
}

.hsx-button--primary {
    color: white;
    border-color: #b9891b;
    background: linear-gradient(135deg, #f2d16b, #c6921e);
    box-shadow: 0 12px 28px rgba(164, 111, 9, .18);
}

.hsx-button--secondary {
    color: var(--hsx-ink);
    background: #fffefa;
}

.hsx-kpis {
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    gap: 12px;
}

.hsx-kpi {
    position: relative;
    min-height: 116px;
    padding: 16px;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    grid-template-rows: auto 1fr;
    align-items: center;
    gap: 6px 12px;
    overflow: hidden;
    border: 1px solid var(--hsx-line);
    border-radius: 17px;
    background:
        radial-gradient(circle at 92% 8%, rgba(244, 211, 108, .16), transparent 30%),
        #fffefa;
    box-shadow: var(--hsx-shadow-soft);
}

.hsx-kpi__icon {
    grid-row: 1 / 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #b47c10;
    background: linear-gradient(135deg, #fff5d2, #f2dfaa);
    font-size: 1.14rem;
}

.hsx-kpi__value {
    align-self: end;
    color: var(--hsx-ink);
    font: 700 2rem/.9 "Cormorant Garamond", Georgia, serif;
}

.hsx-kpi__copy {
    grid-column: 2 / 4;
    align-self: start;
}

.hsx-kpi__copy strong,
.hsx-kpi__copy small {
    display: block;
}

.hsx-kpi__copy strong {
    color: var(--hsx-ink);
    font-size: .72rem;
}

.hsx-kpi__copy small {
    margin-top: 3px;
    color: var(--hsx-ink-3);
    font-size: .59rem;
}

.hsx-kpi__trend {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 7px;
    border-radius: 999px;
    color: #38934f;
    background: #eaf7ea;
    font-size: .52rem;
    font-weight: 800;
}

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

.hsx-dashboard-grid__main,
.hsx-dashboard-grid__side {
    min-width: 0;
}

.hsx-dashboard-grid__side {
    display: grid;
    gap: 18px;
}

.hsx-side-panel,
.hsx-featured {
    padding: 20px;
    border: 1px solid var(--hsx-line);
    border-radius: var(--hsx-radius-lg);
    background: rgba(255, 254, 250, .93);
    box-shadow: var(--hsx-shadow-soft);
}

.hsx-side-panel > header,
.hsx-featured > header {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.hsx-side-panel h2,
.hsx-featured h2 {
    margin: 4px 0 0;
    font-size: 1.55rem;
    line-height: 1;
}

.hsx-side-panel header > a,
.hsx-featured header > a {
    color: #a66f0d;
    text-decoration: none;
    font-size: .62rem;
    font-weight: 800;
}

.hsx-inquiry-list {
    display: grid;
}

.hsx-inquiry-list > a {
    padding: 14px 0;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 10px;
    color: var(--hsx-ink);
    border-top: 1px solid var(--hsx-line);
    text-decoration: none;
}

.hsx-inquiry-list__icon {
    position: relative;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #b57910;
    background: #fff2c8;
}

.hsx-inquiry-list__icon b {
    position: absolute;
    right: 1px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-radius: 50%;
    background: #59c77a;
}

.hsx-inquiry-list strong,
.hsx-inquiry-list small {
    display: block;
}

.hsx-inquiry-list strong {
    font-size: .7rem;
}

.hsx-inquiry-list small,
.hsx-inquiry-list time {
    margin-top: 3px;
    color: var(--hsx-ink-3);
    font-size: .56rem;
}

.hsx-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.hsx-quick-grid a {
    min-height: 92px;
    padding: 12px;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--hsx-line);
    border-radius: 14px;
    color: var(--hsx-ink);
    background: #fffdf8;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hsx-quick-grid a:hover {
    transform: translateY(-2px);
    border-color: var(--hsx-gold);
    box-shadow: 0 12px 28px rgba(77, 49, 4, .08);
}

.hsx-quick-grid > a > i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #b77d11;
    background: #fff0c1;
}

.hsx-quick-grid strong,
.hsx-quick-grid small {
    display: block;
}

.hsx-quick-grid strong {
    font-size: .65rem;
}

.hsx-quick-grid small {
    margin-top: 3px;
    color: var(--hsx-ink-3);
    font-size: .54rem;
}

.hsx-quick-grid b {
    color: var(--hsx-gold);
    font-size: 1.1rem;
}

.hsx-region-summary > div {
    display: grid;
}

.hsx-region-summary > div > span {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--hsx-line);
}

.hsx-region-summary strong {
    color: var(--hsx-ink-2);
    font-size: .66rem;
}

.hsx-region-summary b {
    min-width: 28px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #9d690c;
    background: #fff0c1;
    font-size: .62rem;
}

.hsx-featured {
    margin-top: 18px;
}

.hsx-featured__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    gap: 10px;
}

.hsx-featured-card {
    position: relative;
    min-height: 146px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 54px 1fr auto;
    gap: 7px;
    border: 1px solid var(--hsx-line);
    border-radius: 15px;
    color: var(--hsx-ink);
    background: #fffefa;
    text-decoration: none;
    transition: .22s ease;
}

.hsx-featured-card:hover {
    transform: translateY(-3px);
    border-color: var(--hsx-gold);
    box-shadow: var(--hsx-shadow-soft);
}

.hsx-featured-card__logo {
    grid-column: 1 / 3;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff;
}

.hsx-featured-card__logo img {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

.hsx-featured-card strong,
.hsx-featured-card small {
    display: block;
}

.hsx-featured-card strong {
    font-size: .66rem;
}

.hsx-featured-card small {
    margin-top: 2px;
    color: var(--hsx-ink-3);
    font-size: .54rem;
}

.hsx-featured-card em {
    align-self: end;
    width: max-content;
    padding: 4px 7px;
    border-radius: 999px;
    color: #338947;
    background: #eaf7ea;
    font-size: .5rem;
    font-style: normal;
    font-weight: 800;
}

.hsx-featured-card > i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--hsx-ink-3);
}

/* --------------------------------------------------------------------------
   Partner atlas
   -------------------------------------------------------------------------- */

.hsx-public-atlas-wrap {
    padding-top: 70px !important;
}

.hsx-atlas {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--hsx-line);
    border-radius: var(--hsx-radius-lg);
    background:
        radial-gradient(circle at 92% 4%, rgba(244, 211, 108, .12), transparent 22%),
        rgba(255, 254, 250, .94);
    box-shadow: var(--hsx-shadow-soft);
}

.hsx-atlas__head {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.hsx-atlas__head h2 {
    margin: 5px 0 4px;
    font-size: clamp(1.8rem, 2.6vw, 2.9rem);
    line-height: .95;
}

.hsx-atlas__head p {
    max-width: 670px;
    margin: 0;
    color: var(--hsx-ink-2);
    font-size: .69rem;
    line-height: 1.55;
}

.hsx-atlas__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.hsx-atlas__filters button {
    min-height: 33px;
    padding: 0 12px;
    border: 1px solid var(--hsx-line);
    border-radius: 999px;
    color: var(--hsx-ink-2);
    background: #fffefa;
    cursor: pointer;
    font-size: .58rem;
    font-weight: 800;
    white-space: nowrap;
    transition: .2s ease;
}

.hsx-atlas__filters button:hover,
.hsx-atlas__filters button.is-active {
    color: white;
    border-color: var(--hsx-ink);
    background: linear-gradient(135deg, #0b4a39, #073428);
    box-shadow: 0 8px 20px rgba(7, 58, 44, .16);
}

.hsx-atlas__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 14px;
}

.hsx-map {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    border: 1px solid rgba(225, 187, 75, .30);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 42%, rgba(35, 115, 82, .16), transparent 34%),
        linear-gradient(145deg, #073c30 0%, #052b24 58%, #041e1a 100%);
    box-shadow: inset 0 0 70px rgba(0, 0, 0, .22);
}

.hsx-map:fullscreen {
    border-radius: 0;
}

.hsx-map__canvas {
    position: absolute;
    inset: 0;
    transform-origin: center;
    transition: transform .28s ease;
}

.hsx-map__canvas > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    opacity: .92;
}

.hsx-map__routes {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgba(246, 211, 105, .58);
    stroke-width: 1.5;
    stroke-dasharray: 4 7;
    filter: drop-shadow(0 0 7px rgba(245, 207, 92, .65));
    pointer-events: none;
}

.hsx-map__routes path {
    animation: hsxRoute 14s linear infinite;
}

@keyframes hsxRoute {
    to { stroke-dashoffset: -120; }
}

.hsx-map__region-label {
    position: absolute;
    z-index: 4;
    max-width: 130px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(237, 197, 79, .48);
    border-radius: 11px;
    color: #fff5ce;
    background: rgba(5, 48, 38, .84);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hsx-map__region-label:hover,
.hsx-map__region-label.is-active {
    transform: translate(-50%, -50%) scale(1.05);
    border-color: #f7d873;
    box-shadow: 0 0 0 4px rgba(238, 193, 60, .12), 0 12px 30px rgba(0, 0, 0, .26);
}

.hsx-map__region-label i {
    color: #f7d873;
    filter: drop-shadow(0 0 8px rgba(247, 216, 115, .75));
}

.hsx-map__region-label span,
.hsx-map__region-label strong,
.hsx-map__region-label small {
    display: block;
}

.hsx-map__region-label strong {
    font-size: .58rem;
    line-height: 1.15;
}

.hsx-map__region-label small {
    margin-top: 2px;
    color: #f3d878;
    font-size: .49rem;
}

.hsx-map__pin {
    position: absolute;
    z-index: 6;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 2px solid rgba(255, 254, 244, .96);
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe58b, #c78912);
    box-shadow:
        0 0 0 5px rgba(234, 187, 45, .12),
        0 0 22px rgba(250, 211, 89, .82);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform .18s ease, opacity .18s ease;
}

.hsx-map__pin::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(249, 212, 99, .55);
    border-radius: 50%;
    animation: hsxPin 2.5s ease-out infinite;
}

@keyframes hsxPin {
    0% { transform: scale(.55); opacity: .8; }
    100% { transform: scale(1.45); opacity: 0; }
}

.hsx-map__pin:hover,
.hsx-map__pin.is-active {
    z-index: 8;
    transform: translate(-50%, -50%) scale(1.35);
}

.hsx-map__pin[hidden],
.hsx-partner-card[hidden] {
    display: none !important;
}

.hsx-map__controls {
    position: absolute;
    z-index: 12;
    left: 12px;
    bottom: 44px;
    display: grid;
    gap: 5px;
}

.hsx-map__controls button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(241, 205, 98, .38);
    border-radius: 9px;
    color: #ffe89a;
    background: rgba(5, 42, 34, .88);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.hsx-map__legend {
    position: absolute;
    z-index: 10;
    left: 12px;
    bottom: 9px;
    padding: 7px 10px;
    display: flex;
    gap: 13px;
    border: 1px solid rgba(241, 205, 98, .28);
    border-radius: 10px;
    color: rgba(255, 246, 211, .83);
    background: rgba(4, 38, 31, .83);
    font-size: .48rem;
    backdrop-filter: blur(9px);
}

.hsx-map__legend span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hsx-map__legend i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7f968c;
}

.hsx-map__legend i.is-active {
    background: #edc34b;
    box-shadow: 0 0 10px #edc34b;
}

.hsx-map__legend i.is-selected {
    background: #fff4c5;
    box-shadow: 0 0 10px #fff4c5;
}

.hsx-map__tooltip {
    position: absolute;
    z-index: 14;
    right: 14px;
    bottom: 14px;
    width: min(280px, calc(100% - 28px));
    padding: 14px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    border: 1px solid rgba(243, 206, 96, .48);
    border-radius: 15px;
    color: white;
    background: rgba(4, 43, 34, .93);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .34);
    backdrop-filter: blur(14px);
}

.hsx-map__tooltip[hidden] {
    display: none;
}

.hsx-map__tooltip > button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 8px;
    color: white;
    background: rgba(255, 255, 255, .08);
}

.hsx-map__tooltip img {
    width: 50px;
    height: 42px;
    padding: 4px;
    object-fit: contain;
    border-radius: 10px;
    background: #fffefa;
}

.hsx-map__tooltip span,
.hsx-map__tooltip strong,
.hsx-map__tooltip small {
    display: block;
}

.hsx-map__tooltip span {
    color: #e7c763;
    font-size: .48rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsx-map__tooltip strong {
    margin-top: 3px;
    color: #fff;
    font-size: .68rem;
}

.hsx-map__tooltip small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .68);
    font-size: .53rem;
}

.hsx-map__tooltip > a {
    grid-column: 1 / 3;
    margin-top: 3px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(241, 205, 98, .23);
    color: #f3d36e;
    text-decoration: none;
    font-size: .56rem;
    font-weight: 800;
}

.hsx-atlas-directory {
    min-height: 490px;
    max-height: 490px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--hsx-line);
    border-radius: 18px;
    background: #fffdf8;
}

.hsx-atlas-directory__top {
    margin-bottom: 11px;
}

.hsx-atlas-directory__top h3 {
    margin: 4px 0 10px;
    font-size: 1.45rem;
    line-height: 1;
}

.hsx-atlas-directory__top label {
    height: 38px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    border: 1px solid var(--hsx-line);
    border-radius: 11px;
    background: white;
}

.hsx-atlas-directory__top label i {
    color: var(--hsx-gold);
    text-align: center;
}

.hsx-atlas-directory__top input {
    min-width: 0;
    width: 100%;
    height: 36px;
    border: 0 !important;
    outline: 0 !important;
    color: var(--hsx-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: .63rem;
}

.hsx-partner-list {
    min-height: 0;
    display: grid;
    gap: 8px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #d5b45d transparent;
}

.hsx-partner-card {
    min-height: 72px;
    padding: 8px;
    display: grid;
    grid-template-columns: 52px 1fr auto auto;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--hsx-line);
    border-radius: 13px;
    color: var(--hsx-ink);
    background: #fffefa;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hsx-partner-card:hover,
.hsx-partner-card.is-active {
    transform: translateY(-1px);
    border-color: var(--hsx-gold);
    box-shadow: 0 10px 24px rgba(72, 45, 4, .08);
}

.hsx-partner-card__logo {
    width: 52px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff;
}

.hsx-partner-card__logo img {
    max-width: 100%;
    max-height: 44px;
    object-fit: contain;
}

.hsx-partner-card__body small,
.hsx-partner-card__body strong,
.hsx-partner-card__body span {
    display: block;
}

.hsx-partner-card__body small {
    color: #a6700f;
    font-size: .47rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hsx-partner-card__body strong {
    margin-top: 2px;
    font-size: .65rem;
}

.hsx-partner-card__body span {
    margin-top: 4px;
    color: var(--hsx-ink-3);
    font-size: .5rem;
}

.hsx-partner-card__body span i {
    margin-inline-end: 4px;
    color: var(--hsx-gold);
}

.hsx-partner-card__status {
    padding: 4px 7px;
    border-radius: 999px;
    color: #368b49;
    background: #eaf7ea;
    font-size: .48rem;
    font-weight: 800;
}

.hsx-partner-card > i {
    color: #ad7711;
    font-size: .62rem;
}

.hsx-atlas__empty {
    padding: 30px 18px;
    display: grid;
    place-items: center;
    gap: 8px;
    color: var(--hsx-ink-3);
    text-align: center;
}

.hsx-atlas__empty i {
    color: var(--hsx-gold);
    font-size: 2rem;
}

.hsx-atlas__empty strong {
    color: var(--hsx-ink);
}

.hsx-atlas__empty span {
    font-size: .64rem;
}

.hsx-empty-copy {
    color: var(--hsx-ink-3);
    font-size: .68rem;
}

/* --------------------------------------------------------------------------
   Existing administration pages compatibility
   -------------------------------------------------------------------------- */

.hsx-admin-body .admin-page-head {
    margin-bottom: 20px !important;
}

.hsx-admin-body .admin-page-head h1 {
    color: var(--hsx-ink) !important;
    font-size: clamp(2rem, 3vw, 3.4rem) !important;
}

.hsx-admin-body .admin-page-head p,
.hsx-admin-body .admin-page-head span {
    color: var(--hsx-ink-2) !important;
}

.hsx-admin-body .admin-button,
.hsx-admin-body .button--gold {
    color: #fff !important;
    border: 1px solid #c99825 !important;
    background: linear-gradient(135deg, #e8c75e, #bd8619) !important;
    box-shadow: 0 12px 28px rgba(162, 107, 7, .16) !important;
}

.hsx-admin-body .admin-table-wrap,
.hsx-admin-body .admin-form,
.hsx-admin-body .admin-partner-card,
.hsx-admin-body .admin-research-list article,
.hsx-admin-body .inquiry-list article {
    color: var(--hsx-ink) !important;
    border-color: var(--hsx-line) !important;
    background: #fffefa !important;
    box-shadow: var(--hsx-shadow-soft) !important;
}

.hsx-admin-body .admin-table th,
.hsx-admin-body .admin-table td {
    color: var(--hsx-ink-2) !important;
    border-color: var(--hsx-line) !important;
}

.hsx-admin-body .admin-table th {
    color: #9a6a10 !important;
}

.hsx-admin-body .admin-form input,
.hsx-admin-body .admin-form select,
.hsx-admin-body .admin-form textarea,
.hsx-admin-body .inquiry-list select {
    color: var(--hsx-ink) !important;
    border-color: var(--hsx-line) !important;
    background: #fffefa !important;
}

.hsx-admin-body .admin-form input:focus,
.hsx-admin-body .admin-form select:focus,
.hsx-admin-body .admin-form textarea:focus {
    border-color: var(--hsx-gold) !important;
    box-shadow: 0 0 0 4px rgba(201, 149, 34, .11) !important;
}

.hsx-admin-body .status-badge {
    color: #2f8445 !important;
    background: #eaf7ea !important;
}

.hsx-admin-body .table-actions a,
.hsx-admin-body .table-actions button {
    color: var(--hsx-ink-2) !important;
    border-color: var(--hsx-line) !important;
    background: #fffdf8 !important;
}

/* --------------------------------------------------------------------------
   Premium pointer
   -------------------------------------------------------------------------- */

@media (pointer: fine) {
    .hsx-auth-body,
    .hsx-admin-body,
    .hsx-auth-body a,
    .hsx-auth-body button,
    .hsx-admin-body a,
    .hsx-admin-body button {
        cursor: none !important;
    }

    .hsx-gold-cursor,
    .hsx-gold-cursor-ring {
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
        transform: translate(-50%, -50%);
    }

    .hsx-gold-cursor {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #e7bd47;
        box-shadow: 0 0 15px rgba(231, 189, 71, .85);
    }

    .hsx-gold-cursor-ring {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(201, 149, 34, .74);
        border-radius: 50%;
        transition: width .18s ease, height .18s ease, border-color .18s ease, background .18s ease;
    }

    .hsx-gold-cursor-ring.is-hovering {
        width: 46px;
        height: 46px;
        border-color: #d2a433;
        background: rgba(233, 190, 65, .08);
    }
}

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

@media (max-width: 1440px) {
    :root { --hsx-sidebar: 236px; }

    .hsx-login {
        grid-template-columns: minmax(0, 1fr) minmax(480px, .9fr);
    }

    .hsx-login__story {
        inset-inline: 110px 40px;
    }

    .hsx-login__pillars {
        inset-inline: 98px 24px;
    }

    .hsx-kpis {
        grid-template-columns: repeat(3, minmax(145px, 1fr));
    }

    .hsx-dashboard-grid {
        grid-template-columns: minmax(0, 1fr) 330px;
    }

    .hsx-featured__grid {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
    }
}

@media (max-width: 1180px) {
    .hsx-login {
        grid-template-columns: minmax(0, .95fr) minmax(450px, 1.05fr);
    }

    .hsx-login__pillars span:nth-child(n+4) {
        display: none;
    }

    .hsx-login__pillars {
        grid-template-columns: repeat(3, 1fr);
    }

    .hsx-admin-search {
        display: none;
    }

    .hsx-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .hsx-dashboard-grid__side {
        grid-template-columns: 1fr 1fr;
    }

    .hsx-region-summary {
        grid-column: 1 / 3;
    }

    .hsx-atlas__layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 980px) {
    .hsx-login {
        display: block;
    }

    .hsx-login__visual {
        min-height: 440px;
    }

    .hsx-login__visual::before {
        border-radius: 0 0 28px 28px;
    }

    .hsx-login__story {
        inset-inline: 110px 34px;
        bottom: 72px;
        text-align: start;
    }

    .hsx-login__story h1 {
        font-size: clamp(2.2rem, 7vw, 4rem);
    }

    .hsx-login__pillars {
        display: none;
    }

    .hsx-login__content {
        min-height: auto;
        padding: 54px 24px 70px;
    }

    .hsx-auth-language {
        top: 16px;
        inset-inline-end: 16px;
    }

    .hsx-sidebar {
        transform: translateX(-105%);
    }

    [dir="rtl"] .hsx-sidebar {
        transform: translateX(105%);
    }

    .hsx-sidebar.is-open {
        transform: translateX(0);
    }

    .hsx-sidebar__close {
        display: grid;
        place-items: center;
    }

    .hsx-sidebar-backdrop.is-open {
        display: block;
    }

    .hsx-admin-main {
        margin-inline-start: 0;
    }

    .hsx-topbar__heading > .hsx-icon-button {
        display: grid;
    }

    .hsx-kpis {
        grid-template-columns: repeat(2, minmax(145px, 1fr));
    }

    .hsx-atlas__head {
        display: block;
    }

    .hsx-atlas__filters {
        margin-top: 14px;
        justify-content: flex-start;
    }

    .hsx-atlas__layout {
        grid-template-columns: 1fr;
    }

    .hsx-atlas-directory {
        min-height: auto;
        max-height: none;
    }

    .hsx-partner-list {
        max-height: 430px;
    }
}

@media (max-width: 720px) {
    .hsx-login__visual {
        min-height: 350px;
    }

    .hsx-login__rail {
        width: 60px;
    }

    .hsx-login__rail span {
        display: none;
    }

    .hsx-login__story {
        inset-inline: 78px 22px;
        bottom: 38px;
    }

    .hsx-login__story .hsx-eyebrow,
    .hsx-login__story p,
    .hsx-login__story-line {
        display: none;
    }

    .hsx-login__story h1 {
        margin: 0;
        font-size: clamp(2rem, 10vw, 3.3rem);
    }

    .hsx-login-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .hsx-login-card__brand {
        width: 170px;
        height: 100px;
    }

    .hsx-login-card__options,
    .hsx-login-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .hsx-topbar {
        min-height: 72px;
        padding: 0 14px;
    }

    .hsx-topbar__heading span {
        display: none;
    }

    .hsx-admin-user__copy,
    .hsx-admin-user > i {
        display: none;
    }

    .hsx-admin-content {
        padding: 20px 12px 40px;
    }

    .hsx-dashboard-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .hsx-dashboard-intro__actions {
        width: 100%;
    }

    .hsx-dashboard-intro__actions a {
        flex: 1;
    }

    .hsx-kpis {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .hsx-kpi {
        min-height: 106px;
        grid-template-columns: 42px 1fr;
    }

    .hsx-kpi__trend {
        display: none;
    }

    .hsx-kpi__copy {
        grid-column: 2;
    }

    .hsx-dashboard-grid__side {
        grid-template-columns: 1fr;
    }

    .hsx-region-summary {
        grid-column: auto;
    }

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

    .hsx-featured__grid {
        grid-template-columns: 1fr 1fr;
    }

    .hsx-atlas {
        padding: 14px;
        border-radius: 18px;
    }

    .hsx-map {
        min-height: 360px;
    }

    .hsx-map__region-label {
        padding: 5px 7px;
    }

    .hsx-map__region-label small {
        display: none;
    }

    .hsx-map__legend {
        display: none;
    }

    .hsx-map__controls {
        bottom: 12px;
    }

    .hsx-map__tooltip {
        left: 12px;
        right: 12px;
        width: auto;
    }

    .hsx-partner-card {
        grid-template-columns: 48px 1fr auto;
    }

    .hsx-partner-card__status {
        display: none;
    }
}

@media (max-width: 480px) {
    .hsx-kpis,
    .hsx-featured__grid {
        grid-template-columns: 1fr;
    }

    .hsx-dashboard-intro__actions {
        display: grid;
    }

    .hsx-atlas__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .hsx-map {
        min-height: 310px;
    }

    .hsx-map__region-label {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
