:root { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.5; font-weight: 400; } body { margin: 0; min-width: 320px; min-height: 100vh; background-color: #f5f5f5; } table { width: 100%; border-collapse: collapse; background: white; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 4px; overflow: hidden; font-size: 0.9rem; line-height: 1.3; } th { background-color: #f8f9fa; padding: 8px 12px; text-align: left; font-weight: 600; color: #333; border-bottom: 1px solid #dee2e6; cursor: pointer; white-space: nowrap; } th:hover { background-color: #e9ecef; } td { padding: 6px 12px; border-bottom: 1px solid #dee2e6; color: #444; } tr:hover { background-color: #f8f9fa; } tr:last-child td { border-bottom: none; } .table-container { margin: 12px 0; overflow-x: auto; } /* Make filter controls more compact */ select { padding: 4px 8px !important; font-size: 0.9rem !important; min-width: 150px !important; } .table-container label { font-size: 0.9rem; }