@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary: #2463eb;--background-light: #f6f6f8;--background-dark: #111621}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-light);color:#0f172a}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-4{padding-top:1rem;padding-bottom:1rem}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.w-full{width:100%}.w-64{width:16rem}.h-screen{height:100vh}.h-16{height:4rem}.min-w-0{min-width:0}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-900{color:#0f172a}.text-white{color:#fff}.text-primary{color:var(--primary)}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-slate-200{background-color:#e2e8f0}.bg-primary{background-color:var(--primary)}.border{border-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-slate-200{border-color:#e2e8f0}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:700}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#991b1b}.form-input{width:100%;padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;transition:all .15s}.form-input:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #2463eb1a}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:700;font-size:.875rem;transition:all .15s;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #0000000d,0 0 #2463eb33}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#334155;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.table-container{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.table{width:100%;border-collapse:collapse}.table thead{background:#f8fafc}.table th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #e2e8f0}.table td{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.table tbody tr:hover{background:#f8fafc;transition:background .15s}.card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0}.business-stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:768px){.business-stats-grid{grid-template-columns:repeat(3,1fr)}}.business-stat-card{background:#fff;padding:1.25rem;border-radius:.75rem;border:1px solid #e2e8f0}.business-stat-card__icon{display:inline-flex;padding:.5rem;border-radius:.5rem;font-size:1.5rem;line-height:1}.business-stat-card__icon--green{color:#22c55e;background:#f0fdf4}.business-stat-card__icon--primary{color:var(--primary);background:#2463eb1a}.business-stat-card__icon--amber{color:#f59e0b;background:#fffbeb}.business-stat-card__pill{font-size:10px;font-weight:700;color:#16a34a;background:#f0fdf4;padding:.125rem .5rem;border-radius:9999px;line-height:1.25}.loading{text-align:center;padding:2rem;color:#64748b;font-size:.875rem}
