@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;will-change:scroll-position}html,body,#root{height:100%;width:100%;overflow-x:hidden}body{margin:0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#fafafa,#f0f0f0);scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;will-change:scroll-position}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#86bc25,#0097a9);border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6b961f,#007887)}.scroll-smooth{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;will-change:scroll-position}main,[role=main],.scroll-container{scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain}.MuiBox-root[class*=scroll]{scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%{box-shadow:0 0 #86bc25b3}70%{box-shadow:0 0 0 20px #86bc2500}to{box-shadow:0 0 #86bc2500}}.fade-in{animation:fadeIn .5s ease-in-out}.slide-in{animation:slideIn .3s ease-in-out}pre{background-color:#1e1e1e;border-radius:8px;padding:16px;overflow-x:auto}code{font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5}.spinner{border:3px solid #f3f3f3;border-top:3px solid #86BC25;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes subtlePulse{0%,to{box-shadow:0 8px 24px #0000001f}50%{box-shadow:0 8px 24px #0000001f,0 0 0 1px #86bc254d}}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.8}}
