@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:#1d1d1f;background-color:#f5f5f7}::selection{background-color:#0071e3;color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aeaeb2}}@layer components{.badge-blue,.badge-gray,.badge-green,.badge-red,.badge-yellow,.btn-danger,.btn-ghost,.btn-primary,.card,.input{@apply inline-flex items-center gap-1 bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-1 rounded-full}}