@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fafafa;color:#111;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d0d0d0}a{text-decoration:none}button,input,select,textarea{font-family:inherit}.card{background:#fff;border:1px solid #ebebeb;border-radius:12px}.badge-green{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.badge-red{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.badge-blue{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.badge-orange{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.badge-purple{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.badge-gray{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}