@import "https://fonts.googleapis.com/css2?family=Diphylleia&family=Kurale&family=Metamorphous&family=Snowburst+One&display=swap";@layer base,components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}@layer theme{:root,:host{--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}}@layer utilities{.hidden{display:none}.inline{display:inline}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--z-sky:1;--z-sky-weather:2;--z-scene:5;--z-weather:10;--z-clutter:20;--z-dark:25;--z-spill:29;--z-light:30;--z-ghost:40;--z-hotspot:50;--z-ui:100;--z-modal:200;--wood-light:#3a2f24;--wood-dark:#171310;--bronze:#835220;--taupe:#a9927d;--nigh_bordeaux:#49111c;--stone_brown:#5e503f;--white_smoke:#f2f4f3;--gold:#c6a85f;--gold-soft:#775f34;--ui-text:#ddd6c2;--ui-text-muted:var(--taupe);--ui-bg:#1c1c1c;--font-title:"Metamorphous", "Snowburst One", serif;--font-body:"Diphylleia", "Kurale", serif;--error:#b4746a;--hotspot-glow:#ffeec433}*,:before,:after{box-sizing:border-box}body{background:var(--ui-bg);color:var(--ui-text);font-family:var(--font-body);margin:0}.room{place-items:center;min-height:100dvh;display:grid}.frame{--frame-border:14px;border-width:var(--frame-border);border-style:solid;border-top-color:var(--wood-light);border-bottom-color:var(--wood-light);border-left-color:var(--wood-dark);border-right-color:var(--wood-dark);display:inline-block;box-shadow:0 8px 24px #0000008c}.scene{line-height:0;position:relative}.backdrop{z-index:var(--z-scene);max-width:calc(100vw - 2 * var(--frame-border,0px));max-height:calc(100dvh - 2 * var(--frame-border,0px));display:block;position:relative}@media (width<=768px){.room{cursor:grab;align-items:center;display:flex;overflow-x:auto}.room:active{cursor:grabbing}.room:before,.room:after{content:"";z-index:var(--z-ui);pointer-events:none;width:2rem;position:fixed;top:0;bottom:0}.room:before{background:linear-gradient(90deg,#00000073,#0000);left:0}.room:after{background:linear-gradient(270deg,#00000073,#0000);right:0}.frame{--frame-border:0px}.backdrop{width:auto;height:calc(100dvh - 2 * var(--frame-border,0px));max-width:none;max-height:none}}.error{color:var(--error);font-family:monospace}.layer{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.tiled{overflow:hidden}.strip{animation:drift-down var(--drift,16s) linear infinite}.strip img{aspect-ratio:1;width:100%;display:block}@keyframes drift-down{0%{translate:0 -20%}to{translate:0}}.reveal-enter-active,.reveal-leave-active{transition:opacity var(--reveal-speed,0s) ease}.reveal-enter-from,.reveal-leave-to{opacity:0}.hotspot{z-index:var(--z-hotspot);cursor:pointer;background:0 0;border:none;border-radius:50%;min-width:44px;min-height:44px;padding:0;position:absolute}.hotspot:hover,.hotspot:focus-visible{background:radial-gradient(circle, var(--hotspot-glow) 0%, transparent 70%);outline:none}.bubble{z-index:var(--z-ui);border:1px solid var(--gold);width:max-content;max-width:min(30ch,40%);margin:0;padding:.7rem .95rem;position:absolute;translate:-50% -100%}@supports (color:color-mix(in lab, red, red)){.bubble{border:1px solid color-mix(in srgb, var(--gold) 30%, transparent)}}.bubble{background:var(--ui-bg);color:var(--ui-text);font-family:var(--font-body);text-wrap:balance;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;border-radius:2px;font-size:clamp(.75rem,1.15vw,1rem);font-style:italic;line-height:1.5}.bubble:after{content:"";border:7px solid #0000;border-top-color:var(--ui-bg);position:absolute;top:100%;left:50%;translate:-50%}.fade-enter-active,.fade-leave-active{transition:opacity .5s,translate .5s}.fade-enter-from,.fade-leave-to{opacity:0;translate:-50% calc(.6rem - 100%)}.construction-notice{z-index:var(--z-ui);border-bottom:1px solid var(--gold);margin:0;padding:.4rem 1rem;position:fixed;top:0;left:0;right:0}@supports (color:color-mix(in lab, red, red)){.construction-notice{border-bottom:1px solid color-mix(in srgb, var(--gold) 25%, transparent)}}.construction-notice{background:var(--ui-bg);color:var(--ui-text-muted);text-align:center;text-wrap:balance;font-size:.8rem}.about-backdrop{z-index:var(--z-modal);background:#000000b3;place-items:center;padding:2rem;display:grid;position:fixed;inset:0}.about-scroll{--about-candles-size:260px;border:1px solid var(--gold);flex-direction:column;width:min(34rem,100%);max-height:80dvh;padding:2.5rem 2rem;display:flex;position:relative}@supports (color:color-mix(in lab, red, red)){.about-scroll{border:1px solid color-mix(in srgb, var(--gold) 30%, transparent)}}.about-scroll{background:var(--ui-bg);box-shadow:0 12px 40px #0000008c, 0 0 24px var(--gold);border-radius:2px}@supports (color:color-mix(in lab, red, red)){.about-scroll{box-shadow:0 12px 40px #0000008c, 0 0 24px color-mix(in srgb, var(--gold) 10%, transparent)}}.about-scroll{transform-origin:top}.about-close{color:var(--ui-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:.6rem;right:.8rem}.about-close:hover,.about-close:focus-visible{color:var(--gold)}.about-candles{width:min(60%, var(--about-candles-size,260px));flex-shrink:0;margin:0 auto 1.5rem;display:block}.about-text{min-height:0;color:var(--ui-text);font-family:var(--font-body);flex:1;font-size:1rem;line-height:1.7;overflow-y:auto}.about-modal-enter-active,.about-modal-leave-active{transition:opacity .3s}.about-modal-enter-active .about-scroll,.about-modal-leave-active .about-scroll{transition:scale .5s}.about-modal-enter-from,.about-modal-leave-to{opacity:0}.about-modal-enter-from .about-scroll,.about-modal-leave-to .about-scroll{scale:1 0}.flicker{animation:2.6s ease-in-out infinite flicker}.drift{animation:7s ease-in-out infinite drift}@keyframes glow-breathe{0%{opacity:calc(var(--glow-strength,1) * .68)}to{opacity:var(--glow-strength,1)}}@keyframes glow-swell{0%{scale:.92}to{scale:1.09}}@keyframes flicker{0%,to{opacity:.85}45%{opacity:1}70%{opacity:.7}}@keyframes drift{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:.85;transform:translateY(-2.5%)}}@media (prefers-reduced-motion:reduce){.flicker,.drift,.strip,[data-layer=fire-glow],[data-layer=fire-sparks] i,[data-layer=mirror-glint],[data-layer=candle-flame]{animation:none}}[data-layer=sky-view]{z-index:var(--z-sky)}[data-layer=window-rain]{z-index:var(--z-sky-weather);mix-blend-mode:multiply}[data-layer=cobwebs]{z-index:var(--z-clutter);transform-origin:0 0;rotate:var(--cobweb-rotate,0deg)}[data-layer=portrait]{z-index:var(--z-clutter);transform-origin:50% var(--portrait-pivot-y,8%);filter:brightness(var(--portrait-darken,1)) drop-shadow(var(--portrait-shadow-x,4px) var(--portrait-shadow-y,7px) var(--portrait-shadow-blur,6px) var(--portrait-shadow-color,#000000a6));transition:rotate .6s}.is-portrait-turned [data-layer=portrait]{rotate:var(--portrait-rotate,45deg)}[data-hotspot=portrait]{transform-origin:50% var(--portrait-pivot-y,8%);transition:rotate .6s}.is-portrait-turned [data-hotspot=portrait]{rotate:var(--portrait-rotate,45deg)}[data-layer=secret-button],[data-hotspot=secret-button]{aspect-ratio:101/105;--reveal-speed:var(--secret-button-reveal-speed,1.4s)}[data-hotspot=secret-button]{translate:-50% -50%}[data-layer=secret-button]{z-index:var(--z-clutter);filter:brightness(var(--secret-button-darken,1));transition:opacity var(--reveal-speed,1.4s) ease, filter .15s ease, translate .15s ease}.scene:has([data-hotspot=secret-button]:active) [data-layer=secret-button]{filter:brightness(var(--secret-button-darken,1)) brightness(var(--secret-button-press-brightness,.55));translate:var(--secret-button-press-shift,1px 2px)}[data-layer=night-darkness]{width:100%;height:100%;z-index:var(--z-dark);mix-blend-mode:multiply;inset:0}[data-layer=candle-flame]{z-index:var(--z-light);mix-blend-mode:screen;transform-origin:50% 100%;animation:3.4s ease-in-out infinite candle-sway,2.6s ease-in-out infinite candle-pulse,.15s steps(2,end) infinite candle-jitter}@keyframes candle-sway{0%,to{rotate:-3deg}50%{rotate:3deg}}@keyframes candle-jitter{0%,to{filter:brightness()}50%{filter:brightness(.85)}}@keyframes candle-pulse{0%,to{opacity:.75;scale:.5 .6}50%{opacity:1;scale:.6 .7}}[data-layer=fire-glow]{z-index:var(--z-spill);mix-blend-mode:screen;animation:glow-breathe var(--glow-speed,2.3s) ease-in-out infinite alternate, glow-swell var(--glow-swell-speed,1.7s) ease-in-out infinite alternate}[data-layer=fire-sparks]{z-index:var(--z-light);mix-blend-mode:screen;overflow:hidden}[data-layer=fire-sparks] i{width:var(--spark-size,5%);aspect-ratio:1;opacity:0;background:radial-gradient(circle,#fff6cf 0%,#ffce54 30%,#0000 55%);border-radius:50%;animation:ease-out infinite spark-rise;position:absolute;bottom:0}@keyframes spark-rise{0%{opacity:0;bottom:0}12%{opacity:1}78%{opacity:1}to{opacity:0;bottom:var(--peak)}}[data-layer=fire-sparks] i:first-child{--peak:35%;animation-duration:2.1s;animation-delay:-.4s;left:6%}[data-layer=fire-sparks] i:nth-child(2){--peak:60%;animation-duration:1.7s;animation-delay:-1.1s;left:52%}[data-layer=fire-sparks] i:nth-child(3){--peak:25%;animation-duration:2.6s;animation-delay:-.2s;left:27%}[data-layer=fire-sparks] i:nth-child(4){--peak:45%;animation-duration:1.9s;animation-delay:-1.6s;left:71%}[data-layer=fire-sparks] i:nth-child(5){--peak:72%;animation-duration:2.3s;animation-delay:-.9s;left:15%}[data-layer=fire-sparks] i:nth-child(6){--peak:30%;animation-duration:1.6s;animation-delay:-.7s;left:88%}[data-layer=fire-sparks] i:nth-child(7){--peak:55%;animation-duration:2.4s;animation-delay:-1.8s;left:42%}[data-layer=fire-sparks] i:nth-child(8){--peak:20%;animation-duration:1.8s;animation-delay:-.1s;left:63%}[data-layer=fire-sparks] i:nth-child(9){--peak:42%;animation-duration:2.2s;animation-delay:-1.3s;left:34%}[data-layer=fire-sparks] i:nth-child(10){--peak:88%;animation-duration:2s;animation-delay:-.5s;left:95%}[data-layer^=fire-tongue-]{z-index:var(--z-light);mix-blend-mode:screen;transform-origin:bottom;opacity:.55;background:radial-gradient(at bottom,#fff3b0 0%,#e69621 35%,#ea721d 60%,#0000 78%);border-radius:50%/65% 65% 20% 20%;animation:ease-in-out infinite flame-flicker}[data-layer=fire-tongue-1]{--flicker-lo:.5;--flicker-hi:.95;--flicker-scale-lo:.8;--flicker-scale-hi:1.12;--flicker-scale-x-hi:1.02;animation-duration:1.9s;animation-delay:-.3s}[data-layer=fire-tongue-2]{--flicker-lo:.4;--flicker-hi:1;--flicker-scale-lo:.9;--flicker-scale-hi:1.22;--flicker-scale-x-hi:1.08;animation-duration:3.6s;animation-delay:-2.1s}[data-layer=fire-tongue-3]{--flicker-lo:.6;--flicker-hi:.88;--flicker-scale-lo:.85;--flicker-scale-hi:1.05;--flicker-scale-x-hi:1;animation-duration:2.6s;animation-delay:-1.7s}@keyframes flame-flicker{0%,to{opacity:var(--flicker-lo,.55);scale:1 var(--flicker-scale-lo,.85)}50%{opacity:var(--flicker-hi,1);scale:var(--flicker-scale-x-hi,1.05) var(--flicker-scale-hi,1.15)}}[data-layer^=ghost-]{z-index:var(--z-ghost);animation:7s ease-in-out infinite drift}[data-hotspot=ghost]{aspect-ratio:1456/2575;-webkit-mask-image:var(--ghost-mask);-webkit-mask-image:var(--ghost-mask);-webkit-mask-image:var(--ghost-mask);-webkit-mask-image:var(--ghost-mask);mask-image:var(--ghost-mask);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}[data-hotspot=ghost]:hover,[data-hotspot=ghost]:focus-visible{background:var(--hotspot-glow)}[data-layer=mirror-glint]{z-index:calc(var(--z-ghost) + 1);mix-blend-mode:screen;background:radial-gradient(#fff8e0 0%,#ffe9a8 45%,#0000 75%);border-radius:50%;animation:8.7s ease-in-out infinite mirror-glint}@keyframes mirror-glint{0%,88%,to{opacity:0}92%{opacity:.85}96%{opacity:0}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}.star-background[data-v-9b7d312b]{pointer-events:none;z-index:0;position:fixed;inset:0}
