html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{font-family:Public Sans,sans-serif;height:100%;margin:0}#root{height:100%}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#bdc1c6}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.notebook-gradient{background:linear-gradient(90deg,#4285f4,#9b72cb,#d96570);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pattern-grid{background-image:radial-gradient(#dadce0 1px,transparent 1px);background-size:20px 20px}.dark .pattern-grid{background-image:radial-gradient(#334155 1px,transparent 1px)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation:fade-in .4s ease-out}.slide-in{animation:slide-up .3s ease-out}
