.home-page-wrapper{width:100vw;display:flex;align-items:stretch}.home-page{--chat-container-height:0px;--chat-resting-bottom-offset:1.5rem;--page-view-bottom-gap:0.75rem;--page-view-bottom-padding:calc(var(--chat-container-height) + var(--chat-resting-bottom-offset) + var(--page-view-bottom-gap));display:flex;height:100vh;width:100%;flex-direction:column;background:linear-gradient(45deg,var(--color-primary-50),var(--color-primary-100),var(--color-accent-100),var(--color-primary-50));background-size:400% 400%;animation:subtle-gradient 12s ease-in-out infinite;position:relative}@media(max-width:768px){.home-page{--chat-resting-bottom-offset:1.25rem;--page-view-bottom-gap:0.625rem}}@media(max-width:640px){.home-page{--chat-resting-bottom-offset:0px;--page-view-bottom-gap:0.5rem}}@media(min-width:1280px){.home-page{--chat-resting-bottom-offset:2rem;--page-view-bottom-gap:0.875rem}}@media(min-width:1536px){.home-page{--chat-resting-bottom-offset:2.5rem;--page-view-bottom-gap:1rem}}.home-page .theme-switcher-container{position:absolute;right:1rem;top:1rem;z-index:20}@media(max-width:640px){.home-page .theme-switcher-container{right:.75rem;top:.75rem}}@media(max-width:768px){.home-page .theme-switcher-container{right:.875rem;top:.875rem}}.home-page .view-container{flex:1 1;overflow:hidden}.loading-response{--loading-size:10px;--loading-shadow-offset:15px;--loading-color-primary:var(--color-neutral-300);--loading-color-secondary:var(--color-neutral-100);width:var(--loading-size);aspect-ratio:1;border-radius:50%;animation:l5 1s linear infinite alternate;align-self:start;margin-left:1.25rem}@keyframes l5{0%{box-shadow:var(--loading-shadow-offset) 0 var(--loading-color-primary),calc(-1*var(--loading-shadow-offset)) 0 var(--loading-color-secondary);background:var(--loading-color-primary)}33%{box-shadow:var(--loading-shadow-offset) 0 var(--loading-color-primary),calc(-1*var(--loading-shadow-offset)) 0 var(--loading-color-secondary);background:var(--loading-color-secondary)}66%{box-shadow:var(--loading-shadow-offset) 0 var(--loading-color-secondary),calc(-1*var(--loading-shadow-offset)) 0 var(--loading-color-primary);background:var(--loading-color-secondary)}to{box-shadow:var(--loading-shadow-offset) 0 var(--loading-color-secondary),calc(-1*var(--loading-shadow-offset)) 0 var(--loading-color-primary);background:var(--loading-color-primary)}}@keyframes subtle-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}