* { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #15803d; border-radius: 4px; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
input[type="range"] { -webkit-appearance: none; appearance: none; height: 4px; background: #e5e7eb; border-radius: 2px; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 16px; height: 16px; background: #15803d; border-radius: 50%; cursor: pointer; }
input[type="checkbox"] { accent-color: #15803d; width: 16px; height: 16px; cursor: pointer; }