@tailwind base;@tailwind components;@tailwind utilities;body,html{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;background-color:#fff;color:#111;font-family:Inter,sans-serif}body{min-height:100vh}.sidebar,body{display:flex;flex-direction:column}.sidebar{height:100vh;position:fixed;top:0;left:0;width:16rem;background:#fff;border-right:1px solid #e5e7eb;box-shadow:2px 0 10px rgba(0,0,0,.05);justify-content:space-between}.sidebar.collapsed{width:4rem}.main-content{flex:1 1;display:flex;flex-direction:column;margin-left:16rem;padding:2rem}.sidebar.collapsed+.main-content{margin-left:4rem}@media (max-width:768px){html{font-size:14px}body{padding-bottom:80px}.container{max-width:100%;padding:0 16px}}html{scroll-behavior:smooth}*{transition:all .3s ease-in-out}main{flex:1 1;display:flex;flex-direction:column}