@tailwind base;@tailwind components;@tailwind utilities;.grid-cols-13{grid-template-columns:repeat(13,minmax(0,1fr))}.tutorial-overlay{position:fixed;inset:0;z-index:100;box-shadow:0 0 0 9999px #000000b3;border-radius:.5rem;width:var(--spotlight-width);height:var(--spotlight-height);top:var(--spotlight-top);left:var(--spotlight-left);transition:all .3s ease-in-out}.tutorial-modal{position:fixed;background-color:#2d3748;color:#fff;padding:1rem;border-radius:.5rem;width:300px;z-index:110;box-shadow:0 4px 6px #0000001a}
