:root{--color-base: #f7f4e6;--color-contrast: #393442;--color-surface: #f7f4e6;--color-text: #393442;--color-background: #393442}@supports (color: oklch(0% 0 0deg)){:root{--color-base: oklch(96.7% .012 93);--color-contrast: oklch(33% .03 300);--color-surface: var(--color-base);--color-text: var(--color-contrast);--color-background: var(--color-contrast)}}html.theme-map-app-barbebleue{--color-base: #f8f7ff;--color-contrast: #50605c;--color-surface: #f8f7ff;--color-text: #50605c;--color-background: #f8f7ff}html.theme-map-app-barbebleue body{background-color:var(--color-contrast)}html.theme-map-app-chaperon{--color-base: #f7f4e6;--color-contrast: #393442;--color-surface: #f7f4e6;--color-text: #393442;--color-background: #f7f4e6}html.theme-map-app-chaperon body{background-color:var(--color-contrast)}html.theme-map-app-hain{--color-base: #fbecec;--color-contrast: #884643;--color-surface: #884643;--color-text: #884643;--color-background: #fbecec}html.theme-map-app-hain body{background-color:var(--color-contrast)}html.theme-map-app-promethee{--color-base: #fcfbf2;--color-contrast: #56403b;--color-surface: #56403b;--color-text: #56403b;--color-background: #56403b}html.theme-map-app-promethee body{background-color:var(--color-contrast)}.map-app{display:flex;flex-direction:column;height:100vh;height:100svh;height:100dvh;width:100%;max-width:100vw;overflow:hidden;background-color:var(--color-base)}.map-app .map-app__main-container{flex-grow:1;min-height:0;position:relative;overflow:hidden;border-left:4px double var(--color-contrast);border-right:4px double var(--color-contrast)}.map-app .map-app__main-container .map-app__info-container{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:clamp(320px,60dvw,100dvw);height:auto;z-index:100;padding:.5rem}.map-app .map-app__main-container .map-app__info-container p{font-weight:600;font-size:1rem}.map-app .map-app__main-container .map-app__info-container{border-radius:4px 4px 0 0}.map-app .map-app__main-container .map-app__journal{position:absolute;top:0;left:0;bottom:0;width:clamp(300px,clamp(20%,33% - 13vw,33%),520px);z-index:100;background:var(--color-base);border-right:4px double var(--color-contrast);transform:translate(-100%);transition:transform .4s ease-in-out}.map-app .map-app__main-container .map-app__journal.is-open{transform:translate(0)}.map-app .map-app__main-container .map-app__map-wrapper{position:absolute;inset:0;overflow:hidden;cursor:grab}.map-app .map-app__main-container .map-app__map-wrapper:active{cursor:grabbing}.map-app .map-app__main-container .map-app__map-inner{touch-action:none;position:absolute;top:0;left:0;will-change:transform;background-color:var(--color-background)}.map-app .map-app__main-container .map-app__map-inner:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle,#0000 60%,#0000002e 75%,#00000047 95%)}@supports (color: color-mix(in srgb,black,white)){.map-app .map-app__main-container .map-app__map-inner:after{background:radial-gradient(circle,color-mix(in oklch,var(--color-background) 0%,transparent) 60%,color-mix(in oklch,var(--color-background) 85%,oklch(from var(--color-background) calc(l/8) c h)) 75%,color-mix(in oklch,var(--color-background) 75%,oklch(from var(--color-background) calc(l/8) c h)) 95%)}}.map-app .map-app__main-container .map-app__map-inner:after{z-index:50}.map-app .map-app__main-container .map-image{position:absolute;top:0;left:0;user-select:none;pointer-events:none;image-rendering:pixelated}.map-app .map-app__main-container .map-object{position:absolute;cursor:pointer;user-select:none;image-rendering:pixelated}.map-app .map-app__footer{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto;padding:clamp(.25rem,2vw,.5rem);border:4px double var(--color-contrast)}.map-app__footer,.map-app__footer *{font-size:inherit}:root{--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.32, 0, .67, 0);--reveal-ms: .42s}.anim-focus-snap{animation:focus-snap .26s var(--ease-out) both;will-change:filter,opacity}@keyframes focus-snap{0%{opacity:.4;filter:blur(3px)}to{opacity:1;filter:blur(0px)}}.anim-decrypt-reveal{animation:decrypt-reveal var(--reveal-ms) var(--ease-out) both;will-change:filter,opacity,transform}.anim-decrypt-revealText{animation:decrypt-revealText var(--reveal-ms) var(--ease-out) both;will-change:filter,opacity,letter-spacing}@keyframes decrypt-reveal{0%{opacity:0;transform:translateY(4px);filter:blur(6px)}55%{opacity:.95;transform:translateY(0);filter:blur(2px)}to{opacity:1;filter:blur(0px)}}@keyframes decrypt-revealText{0%{opacity:0;filter:blur(6px);letter-spacing:.06em}55%{opacity:.95;filter:blur(2px);letter-spacing:.03em}to{opacity:1;filter:blur(0px);letter-spacing:0em}}.typewriter{display:inline-block;overflow:hidden;white-space:nowrap;border-right:2px solid currentColor;width:0;animation:typing 2.2s steps(var(--chars)) forwards,caret .8s steps(1) infinite}@keyframes typing{0%{width:0}to{width:calc(var(--chars) * 1ch)}}@keyframes caret{50%{border-color:transparent}}@media(prefers-reduced-motion:reduce){.anim-decrypt-reveal,.anim-decrypt-revealText,.anim-focus-snap,.typewriter{animation:none;filter:none;transform:none}}
