:root{--font-primary:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-secondary:"Lato",sans-serif;--font-tertiary:"Montserrat",sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-primary);margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.project-title{font-size:20px}.user-profile{font-size:14px}.layout{display:flex;flex-direction:column}.content{padding-bottom:30px}.content,.root{display:flex;flex-direction:column;margin:24px}.header{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:16px 24px}.user-image{height:40px;width:40px}.title,.user-info{align-items:center;display:flex;gap:10px}.gradient-animated-bg{animation:moveGradient 12s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#48dbfb 0,#5f27cd 40%,#ff6b6b 70%,#48dbfb 100%);background-size:200% 200%;border-radius:32px;height:100%;overflow:hidden;position:relative;transition:animation .2s,background-position .2s;width:100%}@keyframes moveGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes moveGradientHover{0%{background-position:0 0}to{background-position:100% 100%}}
/*# sourceMappingURL=main.dd752194.css.map*/