@tailwind base;@tailwind components;@tailwind utilities;:root{--orange:#d85a30;--orange-lt:#faece7;--purple:#534ab7;--teal:#1d9e75;--bg:#f5f4f0;--surface:#fff;--sidebar-w:52px}*{box-sizing:border-box}body,html{overflow-x:hidden;max-width:100vw}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);margin:0}@media (max-width:640px){:root{--sidebar-w:0px}}.hide-mobile{display:block}.hide-desktop,.show-mobile{display:none}@media (max-width:640px){.hide-mobile{display:none!important}.hide-desktop,.show-mobile{display:block!important}}@media (max-width:1024px){.hide-tablet{display:none!important}}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:10px;gap:10px}@media (max-width:640px){a,button{min-height:40px}}nav div::-webkit-scrollbar{display:none}