/* V91 Gabrielle navigation and matched left/right mirror-gem highlight treatment. Existing hotspot geometry is untouched. */
.gabrielle-house-nav{
  position:fixed;z-index:250;left:max(.65rem,env(safe-area-inset-left));top:max(.55rem,env(safe-area-inset-top));
  display:flex;gap:.45rem;align-items:center
}
.gabrielle-house-nav a{
  display:grid;place-items:center;min-height:2.2rem;padding:.52rem .78rem;border:1px solid rgba(255,255,255,.26);border-radius:.35rem;
  text-transform:uppercase;letter-spacing:.105em;font-size:.56rem;font-weight:900;text-decoration:none;
  backdrop-filter:blur(9px);box-shadow:0 .45rem 1.25rem rgba(0,0,0,.32);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease
}
.gabrielle-house-nav a:hover,.gabrielle-house-nav a:focus-visible{transform:translateY(-1px);filter:brightness(1.16);box-shadow:0 .55rem 1.45rem rgba(0,0,0,.4)}
body[data-theme="daughter"] .gabrielle-house-nav a{color:#8e5128;border-color:rgba(164,102,59,.46);background:linear-gradient(180deg,rgba(255,246,232,.92),rgba(238,216,190,.88))}
body[data-theme="princess"] .gabrielle-house-nav a{color:#f4d9ef;border-color:rgba(244,188,228,.48);background:linear-gradient(180deg,rgba(83,27,78,.88),rgba(34,12,39,.9));box-shadow:0 .45rem 1.25rem rgba(63,8,65,.4),inset 0 0 1rem rgba(255,146,226,.08)}
body[data-theme="witch"] .gabrielle-house-nav a{color:#ddbaff;border-color:rgba(171,106,229,.5);background:linear-gradient(180deg,rgba(45,18,65,.9),rgba(15,7,25,.93));box-shadow:0 .45rem 1.25rem rgba(15,3,28,.5),inset 0 0 1rem rgba(178,95,255,.1)}

.highlight-object.is-active{opacity:1!important;filter:brightness(1.25) saturate(1.24) contrast(1.04) drop-shadow(0 0 .26cqw rgba(255,255,255,.18))!important}
.highlight-theme-gem.is-active{opacity:1!important;filter:brightness(1.52) saturate(1.48) contrast(1.06) drop-shadow(0 0 .45cqw rgba(255,255,255,.36)) drop-shadow(0 0 1.1cqw rgba(255,159,231,.28))!important}
.highlight-theme-gem.is-selected:not(.is-active){opacity:.42!important;filter:brightness(1.22) saturate(1.25) drop-shadow(0 0 .32cqw rgba(255,255,255,.18))!important}
.hotspot-theme{overflow:visible}
.hotspot-theme::after{content:"";position:absolute;inset:-18% -32%;border-radius:42%;opacity:0;pointer-events:none;mix-blend-mode:screen;filter:blur(.35cqw);transition:opacity .16s ease}
.hotspot-theme[data-theme-choice="daughter"]::after{background:radial-gradient(ellipse,rgba(255,239,196,.54),rgba(241,184,119,.22) 42%,transparent 72%)}
.hotspot-theme[data-theme-choice="princess"]::after{background:radial-gradient(ellipse,rgba(255,199,239,.58),rgba(235,91,213,.24) 42%,transparent 72%)}
.hotspot-theme[data-theme-choice="witch"]::after{background:radial-gradient(ellipse,rgba(218,178,255,.62),rgba(135,55,221,.27) 42%,transparent 72%)}
.hotspot-theme:hover::after,.hotspot-theme:focus-visible::after{opacity:1}
@media(max-width:760px){.gabrielle-house-nav{gap:.28rem}.gabrielle-house-nav a{min-height:1.9rem;padding:.42rem .55rem;font-size:.48rem}}
@media(prefers-reduced-motion:reduce){.gabrielle-house-nav a,.hotspot-theme::after{transition:none!important}}
