.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-spin{animation:spin 8s linear infinite;display:flex;align-items:center;justify-content:center}.typing-indicator span{height:8px;width:8px;background-color:#9e9ea1;border-radius:50%;display:inline-block;animation:typing-bubble 1.4s infinite ease-in-out both}.typing-indicator span:nth-of-type(1){animation-delay:-.32s}.typing-indicator span:nth-of-type(2){animation-delay:-.16s}@keyframes typing-bubble{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.page-container{position:relative;width:100%;height:100vh;overflow-y:auto}.page{width:100%;min-height:100%;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transform:translateY(20px);z-index:1;display:none}.page.active{opacity:1;transform:translateY(0);z-index:2;display:block}@tailwind base;@tailwind components;@tailwind utilities;
