main{height:100%;width:100%}.library-container[data-v-94fc142c]{display:flex;flex-direction:column;justify-content:center;align-items:center;--lamp-size: clamp(50px, 10vmin, 140px)}.box[data-v-94fc142c]{background:#332828;width:calc(var(--lamp-size) * .6);height:calc(var(--lamp-size) * 1);display:flex;align-items:center;justify-content:center;flex:auto;margin-top:calc(var(--lamp-size) * -.07);z-index:1}.lamp-container[data-v-94fc142c]{z-index:2;width:fit-content;height:fit-content}.library-lamp[data-v-94fc142c]{width:var(--lamp-size);height:var(--lamp-size);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--library-text);font-weight:700;background-color:var(--library-bg-fallback);transition:background-color .5s ease,transform .5s ease,box-shadow .5s ease}.library-lamp.library-lamp--open[data-v-94fc142c]{background-color:var(--library-open);transform:scale(1.05);animation:glow-pulse-94fc142c 2s infinite ease-in-out;--glow-color: var(--library-open)}.library-lamp.library-lamp--closing-soon[data-v-94fc142c]{background-color:var(--library-closing-soon);transform:scale(1.1);animation:glow-pulse-94fc142c 2s infinite ease-in-out;--glow-color: var(--library-closing-soon)}.library-lamp.library-lamp--closed[data-v-94fc142c]{background-color:var(--library-closed);transform:scale(.95);animation:glow-pulse-94fc142c 2s infinite ease-in-out;--glow-color: var(--library-closed)}.fade-enter-active[data-v-94fc142c],.fade-leave-active[data-v-94fc142c]{transition:opacity .5s}.fade-enter-from[data-v-94fc142c],.fade-leave-to[data-v-94fc142c]{opacity:0}@keyframes glow-pulse-94fc142c{0%{box-shadow:0 0 10px var(--glow-color),0 0 20px var(--glow-color),0 0 30px var(--glow-color)}50%{box-shadow:0 0 20px var(--glow-color),0 0 40px var(--glow-color),0 0 60px var(--glow-color)}to{box-shadow:0 0 10px var(--glow-color),0 0 20px var(--glow-color),0 0 30px var(--glow-color)}}.library-lamp.library-lamp--open[data-v-94fc142c],.library-lamp.library-lamp--closing-soon[data-v-94fc142c],.library-lamp.library-lamp--closed[data-v-94fc142c]{animation:glow-pulse-94fc142c 2s infinite ease-in-out;color:inherit}.heading-container[data-v-00f0896b]{margin:0;padding:0;height:10em}h1[data-v-00f0896b]{color:#7fffd4;font-family:American Typewriter,serif;font-size:4em}.sofa[data-v-5d8d49ee]{--sofa-size: clamp(64px, 30vmin, 500px);height:var(--sofa-size)}.sofa-img[data-v-5d8d49ee]{display:block;max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain}.radio-container[data-v-f53dd920]{--shelf-size: clamp(100px, 60vmin, 500px);--radio-size: clamp(130px, 30vmin, 400px);--plant-size: clamp(50px, 30vmin, 150px);border-bottom:.5em solid #222121;width:var(--shelf-size);padding-left:.4em;padding-right:.4em;display:flex;flex-direction:row;justify-content:space-around;align-items:end;gap:calc(var(--shelf-size) * -.02)}.radio[data-v-f53dd920]{background:#818080;width:70%;height:3em;border-radius:.4em;display:flex;justify-content:center;align-items:end;padding:.4em}.plant-img[data-v-f53dd920]{display:block;max-height:100%;max-width:var(--plant-size);width:auto;height:auto;object-fit:contain;margin:0;padding:0}.robot[data-v-9d615793]{--robot-size: clamp(64px, 14vmin, 140px);height:var(--robot-size)}.robot-img[data-v-9d615793]{display:block;max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain}.heart[data-v-e6d1ce2a]{--heart-size: clamp(50px, 10vmin, 100px);height:var(--heart-size)}.heart-img[data-v-e6d1ce2a]{display:block;max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain}.home-container{height:100%;display:flex;flex-direction:column;padding:2rem;box-sizing:border-box;gap:1.5rem}.heading-container{flex:0 0 auto;display:flex;justify-content:space-around;flex-direction:row}.shelf-container{flex:0 0 auto}.living-room{flex:1 1 auto;min-height:0;display:flex;align-items:end;justify-content:flex-end}.living-room{padding:2rem;box-sizing:border-box;overflow:hidden}.sofa-container{max-height:100%;max-width:70%;object-fit:contain;margin-right:-4em;z-index:1}.library-lamp-container{max-height:100%;z-index:2}.robot-container{max-height:100%;padding-right:6em}.message-container{display:flex;justify-content:center;align-items:center;padding:10%}.message{width:70%}.love{color:#6223e4;text-decoration-style:double}:root{--background-color: #b69eea;--background-color-base: rgb(189, 169, 232);--background-color-accent: #ffff;--background-color-light: #ffff;--library-open: rgba(46, 204, 113, .95);--library-closing-soon: rgba(243, 156, 18, .95);--library-closed: rgba(250, 84, 66, .95);--library-text: #ffffff;--library-bg-fallback: #7f8c8d}[data-theme=dark]{--library-open: #27ae60;--library-closing-soon: #d35400;--library-closed: #c0392b;--library-text: #ecf0f1}#app{height:100%}html,body{height:100%;margin:0}body{font-family:system-ui,sans-serif;background:var(--background-color);background-color:var(--background-color-base);position:relative;overflow:hidden}body:before{content:"";position:fixed;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at right,var(--background-color-light),transparent 60%);pointer-events:none;z-index:-1;animation:light-drift 40s linear infinite}.cute-hover{cursor:pointer;transition:transform .15s ease,filter .15s ease}.cute-hover:hover{transform:scale(1.06) translateY(-2px);filter:brightness(1.1) saturate(1.1)}
