@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body,html{font-family:Inter,Roboto,Helvetica,Arial,sans-serif}body{line-height:1.6;overflow-x:hidden}#root{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b880}@media (prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:#94a3b866}::-webkit-scrollbar-thumb:hover{background:#94a3b899}}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}:focus{outline:2px solid #2563eb;outline-offset:2px}:focus:not(:focus-visible){outline:none}::selection{background-color:#2563eb33;color:inherit}::-moz-selection{background-color:#2563eb33;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}@media (max-width:600px){.hide-mobile{display:none!important}}@media (min-width:601px){.hide-desktop{display:none!important}}@media print{.no-print{display:none!important}body{background:#fff!important;color:#000!important}}
/*# sourceMappingURL=main.537f474d.css.map*/