@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap";:root{--primary-100:#E7D1BB;--primary-200:#c8b39e;--primary-300:#84725e;--accent-100:#A096A5;--accent-200:#463e4b;--text-100:#A096A2;--text-200:#847a86;--bg-100:#151931;--bg-200:#252841;--bg-300:#3d3f5b}html{min-height:100%}body{min-width:100%;margin:0 auto;font-family:Rubik,sans-serif;background:var(--bg-100);background:-webkit-linear-gradient(to top,var(--bg-300),var(--bg-100));background:linear-gradient(to top,var(--bg-300),var(--bg-100))}.page{min-height:100dvh;min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1 0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-enter-active,.fade-leave-active{transition:opacity 1s ease-in-out}.fade-enter-from,.fade-leave-to{opacity:0}.back-to-top[data-v-f96bdeec]{position:fixed;bottom:20px;right:20px;color:var(--text-100);width:50px;height:50px;font-size:2em;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;opacity:.7;transition:opacity .3s ease;z-index:1000}.back-to-top[data-v-f96bdeec]:hover{opacity:1}@media (max-width: 768px){.back-to-top[data-v-f96bdeec]{width:45px;height:45px;font-size:1.8em;bottom:15px;right:15px}}@media (max-width: 480px){.back-to-top[data-v-f96bdeec]{width:40px;height:40px;font-size:1.5em;bottom:10px;right:10px}}
