@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-blue:#4f85ff;--brand-blue-hover:#3d6fe8;--brand-blue-dark:#2b5bd1;--brand-blue-light:#6b95ff;--brand-purple:#8b5cf6;--brand-purple-hover:#7c3aed}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{height:100%;min-height:100vh}@media screen and (min-width:1024px){:root{--desktop-scale:0.8;--scale-compensation:calc(100%/var(--desktop-scale));--scale-offset:calc((var(--scale-compensation) - 100%)/-2)}#root{margin-left:var(--scale-offset);min-height:var(--scale-compensation);transform:scale(var(--desktop-scale));transform-origin:top center;width:var(--scale-compensation)}body{overflow-x:hidden}}.bg-brand-blue{background-color:#4f85ff!important}.bg-brand-blue:hover{background-color:#3d6fe8!important}.text-brand-blue{color:#4f85ff!important}.border-brand-blue{border-color:#4f85ff!important}.bg-gradient-brand{background:linear-gradient(135deg,#4f85ff,#8b5cf6)!important}.bg-gradient-brand:hover{background:linear-gradient(135deg,#3d6fe8,#7c3aed)!important}.text-gradient-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f85ff,#8b5cf6);-webkit-background-clip:text;background-clip:text}
/*# sourceMappingURL=main.9d7f776a.css.map*/