body { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }
.slide {-webkit-appearance: none; width: 100%; height: 6px; border-radius: 4px; background: #e2e8f0; outline: none;}
.slide::-webkit-slider-thumb {-webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: #059669; cursor: pointer;}
.btn-primary { @apply bg-emerald-600 hover:bg-emerald-700 text-white font-semibold py-2 px-4 rounded transition; }
.card { @apply bg-white rounded-lg shadow p-4 border border-slate-100; }
